initial content not found
Hi, I try to use FlexUnit 4 to test an air application. I use Maven antrun plugin to compile and run testcode since flex-mojos do not support FlexUnit 4 yet. My antrun plugin is as follows,...
View ArticleActionScript Project
I have an ActionScript Project and I have been running unit tests using the FlexUnit 4 integration in Flash Builder 4 Beta 2. These have been working great until I try to use UIImpersonator, which uses...
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 ArticleFlex Unit -Async Test for Remote Class
Hi all, I am new to flex unit , i need to write testcase for class which contains multiple of remote object request.Can yo help me guys with any sample. Thanks karthy
View ArticleFlexUnit report XML format deviates from that of JUnit
Folks, We are starting to get some mileage from the CI support in FlexUnit4 - thanks to all for the work on this. Currently we are using the CI builds from the FlexUnit Hudson server: FlexUnit4-Flex3.2...
View ArticleFlash Builder: Debugger breaks on Errors (Exceptions)
Not sure this is the right place to ask Flash Builder/FlexUnit integration questions: When FlexUnit tests are debugged inside Flash Builder, the debugger breaks/halts/stops on every error (exception)...
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 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 ArticleHow to use SequenceRunner with FlexUnit 4
Hi, I just read the Wiki page about Fluint Sequences at http://docs.flexunit.org/index.php?title=Sequences#Sequences_from_Fluint. I really would like to use sequences as it seems a great way to test...
View Articleenvironment variables not passed through to player in flexunit 4.1.0-beta3
fyi, to get flexunit-4.1.0-beta3 FlexUnit4AntTasks invocation of flashplayer to not be rejected by the vncserver, i needed to modify the FlexUnitLauncher to pass through the environment variables to...
View ArticlePassing extra compiler options to ANT task?
Hi, Is there a way to send any extra compiler options to the <flexunit> ANT task?I'm using conditional compilation and compilation (mxmlc) is failing from the <flexunit> task: "Error:...
View Articleflexunit running swf from ant in browser error
I am folloing this post: http://forums.adobe.com/thread/633277?decorator=print&displayFullThread=true and have the same need. I would like to have ant pull up a browser and run the unit tests. I...
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 ArticleFU Ant task failure: java.util.concurrent.ExecutionException: could not close...
We sometimes see this failure intermitently when using the FlexUnit Ant task to run tests in a CI environment. The Ant task throws this exception: java.util.concurrent.ExecutionException: could not...
View Articleflexunit breaks when using -load-config
1. I dump the compiler options using -dump-config=config.xml2. I then load those options using -load-config+=config.xml3. I can no longer right-click and 'Execute FlexUnit Test' The error says: unable...
View ArticleStatus of Code Coverage in FlexUnit?
Just curious if there is any update on this thread from almost a year ago: http://forums.adobe.com/message/2994338 We would really, really, really like to generate Cobertura-style reports from our...
View ArticleFlexUnit + AIR + Ant: flashplayer hangs
Hi, I'm currently experiencing some issues when trying to run FlexUnit tests with Ant and AIR. The player doesn't close after the tests are finished and it's giving me the following error when I kill...
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 Article4.1 Beta 2 namespace issues?
I'm trying out Beta 2 as an upgrade from 4.0 and I'm finding that I'm having to use a different namespace than previously specified and what's specified in the Wiki. Old:...
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 Article