Need FlexUnitTasks.jar file
Hi, I'm currently using Flash Builder 4 with the incorporated FlexUnit distribution.I can run the FlexUnit tests within Eclipse, but now I am trying to run thesetests using ANT. To do this, I found...
View Articlecomputer related science fair ideas?
I need to do a science fair project and I have lots of interest in computers and would enjoy doing something with them. I am trying to find a decently good one because I would like to get a...
View ArticleproceedOnEvent() timeout waiting for creationComplete
Hello, I have a test case that will not run due to proceedOnEvent not seeing the desired event. Here's the test code: package com.mine.components.buttonBar{ import flexunit.framework.Assert;...
View ArticleHow to extend flash player session timeout?
Folks, We have a set of FlexUnit tests that are taking a long time to complete (there are a LOT of tests in the suite). After about an hour, the standalone flash player pops up a message warning that...
View ArticleANT Build script failing while generating junit style reports
Hi, Actually I got an ANT build script which does the following:1) compiles AS code and generates swc2) generate AS docs3) compiles flex unit reports4) Generate wrappers the last part is getting the...
View ArticleTheories create stack overflow errors
It appears that the ways theories are implemented, they recurse to process all the combinations of values rather than iterate. If you have even a moderately complex theory, this quickly leads to stack...
View Articlesource-path mismatch problem
I'm trying to integrate unit testing with our build process and failing with the following error message. BUILD FAILEDC:\Projects\project\client\FUTest\build.xml:88: Compilation failed: Warning: Source...
View ArticleSelectively Running Tests
Hey all, My goal is to build a UI that will present a tree view of all my available test suites/cases and allow the user to choose what tests they want to run. I need a push in the right direction as...
View ArticleRunning headless & CI
Hi Folks, Here's what I'm trying to do and need some advice: seems that FlexUnit 4 in its Beta 2 incarnation will not run on a headless Linux CI machine but Fluint will? Is this a correct statement so...
View ArticleCI issues on Linux - CentOS + Hudson
Hi there,I got some issues to generate the Junit reports, it gets up to "Waiting for client connection" then do nothing for a few seconds.When it gets back this is what I get in the...
View ArticleXML Object Comparison
When comparing two XML objects, it appears that flexunit is reporting their equality when the values of XML elements are not equal. Here's a valid example: var xmlA:XML =<root>...
View Articleflexunit task hangs after "Receiving data ..."
Hello, I am trying to launch the Ant script found in FlexUnit4SampleCIProject but it just doesn't works.Last message in console is "[flexunit] Receiving data ..." and the tests in the UI are not...
View ArticleSocket timeout on Mac
Hello, I am trying to run the flexunit ANT task on a Mac but keep getting the following error. [flexunit] Stopping server ... [flexunit] End of test data reached, sending acknowledgement to player ......
View ArticleTrouble Building FlexUnit 4
Hi all, I downloaded flexunit 4 from github and am trying to run "ant -v clean package" as it says to do in the build.xml file. I am getting a failed build I believe with the following error: BUILD...
View ArticleIssues with adding FlexUnitTestRunnerUI to FlexUnitCore
Hi I am trying to create a test runner app with both a CIListenter and a UIListener. For the UIListener I am trying to use the FlexUnitTestRunnerUI, however when I try to use it as shown in the...
View ArticleFlexUnit 4.1 RC1 - adl.exe hangs and is not killed when timeout exceeded
I am running AIR based tests using FlexUnit 4.1 RC1. I have the "timeout" parameter of the FlexUnit Ant task set to 45 minutes (2700000 milliseconds). I expect that if this threshold is exceeded, the...
View ArticleIs there a guide to running headless on Linux?
When I run the following build: <target name="compile.client.test" depends="setup.test"> <mxmlc file="${client.test.src.file}" output="${client.test.bin.file}" fork="true"...
View ArticleMultiple Tests with same class name but different packages
this doesn't seem to work in FU 4.1RC1. here is a code snippet from the TestRunner.mxml app that is produced: import Pages.Company.Filter.TrayPresenterTest;import...
View Articlehow to access stage in flexunit
I've found in the following post (http://forums.adobe.com/message/2371850#2371850) some suggestions about this topic, but as I'm relatively new to as3, I'm still confused about how to make it work. My...
View ArticleProviding a reference to the Stage in a Pure AS3 Environment
Hi All, I'm having real problems trying to get a reference to the Stage in FlexUnit 4.1 TestCases. I am using the FlexUnit Ant Tasks to generate the TestRunner.mxml file which I have modified to...
View Article