Socket 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 Articlejava.lang.NullPointerException running ant task in 4.1 Beta 2
Hello, After trying to debug this all day, I thought I would ask the community. I am trying out the new FU4.1 Beta 2 (3.5) from the downloads page. We have a working CI system set up with 4.0, and I...
View ArticleFlexUnit is working with FlashBuilder and not working with Build file
Hi I have few flexunit test cases . When I am running those testcases from Flashbuilder FlexUnit plugin I am able to run all the testcases and when I run Build file to run those testcases , build file...
View ArticleFlexunit + Parsley - re-creating error: "Object of type is already managed"
Hello, This may sound a bit strange but I'm trying to force an "Object of type is already managed" error to recreate a bug we had in our app for flexunit testing purposes. The problem arised...
View ArticleBetter Async testing?
I've been doing a lot of async service testing lately and I'm trying to figure out the "correct" way of doing things. Imagine I have a simple backend with just two methods: createTeam() and...
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 ArticleAsync metadata appears to be ignored
Hi all,I'm trying to get a very basic flexunit test running under the following configuration: - Code is run and compiled via FDT/Eclipse on Linux- Tried both flexunit 4.0 and 4.1- Using the standard...
View ArticleFlexUnit CIlistener problems after upgrade to 4.5
Hello, I've just upgraded to Flash Builder 4.5 and I'm getting this error when I'm running test from my ant build: java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit...
View ArticleMockito problems - Please make sure you specified a call to stub in given
Mockito problems - Please make sure you specified a call to stub in givenHello, I'm trying to get a handle on mocking w/ Mockito to and I keeping getting this error:"Please make sure you specified a...
View ArticleBetter UI for Unit Tests
I've been doing a lot of unit tests lately. Right now I'm working on a code converter Air app and I'm constantly creating unit tests for bugs I'm finding and running them, and debugging them when they...
View ArticleFlexunit on a headless mac server
Has anyone successfully ran flexUnit on a headless mac?im running ant builds via Jenkins, it will build a flex app no problem, however when I try to build the sample flexunit CI app I get the followin...
View ArticleCan not run flexunit tests from ant
Hello,I'm trying to script test execution in order to integrate tests in Jenkins. I followed the wiki article here http://docs.flexunit.org/index.php?title=Ant_Task The tests run successfully with...
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 ArticleFlexUnit 4 Panel for CS5
At Max 2010, Ben Schmidtke gave a presentation in which he showed a FlexUnit 4 panel for Flash CS5. He said some Adobe engineers had expressed interest in it. Did anything become of it at all?
View ArticleAll async unit tests timeout
I am trying to run FlexUnit tests through Ant in a very simplified version of the sampleCLIProject. The tests pass when I compile through Flash Builder and timeout when I run them through Ant on...
View ArticleFlexUnit 0.9 only for Flex 3?
Is the latest version of FlexUnit only usable for Flex3? I don't see mention of requirements for the new version but I get the following when trying to use the FlexUnit.swc:build.flexlist: [compc]...
View ArticleBuilding on headless linux
Hi I am trying to run my flexunit4 tests on a headless linux bamboo CI server. I have got xvfp that runs the flashplayer for me. I am using flashplayer 10 for linux. My problem is that the build...
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 ArticleTest dataProviders in 4.1 beta 2?
I'm using the 4.1 beta 2 download from here: http://www.flexunit.org/?page_id=14 I have a test using the new dataProvider mechanism: public function getDates():Array { function...
View Article