FlexUnit 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 ArticleHelp using FlexUnit with Nant
Hi, I created some tests which run perfectly if I use my IDE (FlashDevelop) to run them. I've been trying to create a Nant script to automate my tests and have the results written into an xml file....
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 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 Articleparallel execution of multiple test cases.
Does flex unit 4.x version supports for parallel execution of multiple test cases? Any help will be greatly appreciated.
View ArticleCompatibility of flexunit 4.x with browser
Does the flexunit 4.x version supports different browsers like internet explorer 8.0 , 9.0 and firefox ?
View ArticleSeems like a bug in TestRunner with passed assertions in Async Tests
Hello.I havn't find bugtracker for FlexUnit, and so do post here. Test runner doesn't show passed assertoins in async tests as it does with simple tests, but with fallingassertions - all good. With...
View ArticleErrors building flexunit tasks using ant
HiI am having trouble while trying to run flexunit tests through ant script I have searched all over the internet but cannot find anything helpful. For my project I am using Flash builder 4.6 and flex...
View Articleitem close event is triggering twice for Advanced Data Grid
HI, I'm using AdvancedDataGrid for my project. My issue is when click on item close, the item close event is triggering twice. Why it is triggering twice? Thank you...
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 ArticlecommitProperties testing
Hello! I have several UIComponents with overridden commitProperties function. When i use some property setter i need to wait for commitProperties to finish execution in order to test the results. How...
View Articleant tests: undefined method runWithFlexUnit4Runner?
Hi all! I am trying to automate AIR tests that run successfully via Adobe Flash Builder 4.I get the following error: Error: Call to a possibly undefined method runWithFlexUnit4Runner through a...
View Article4.1 B3 Ant task fails to run Air-based tests
Folks, I am using FlexUnit4.1 Beta 3 and am seeing the <flexunit> Ant task fail when running tests that use the Air libraries. The project in question used to test just fine with version 4.0...
View ArticleRunning Flex Unit in AIR
Hi I am loving flex unit and wanted to use it on a air app I developed a few months back.I added an new application.mxml file to the project and added the TestRunnerBase and a ref to FlexUnitCore.When...
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 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 ArticleWhere to get FlexUnit source?
Hi all,Where can I get the FlexUnit source? The adobe FlexUnit page lists this SVN repository:http://opensource.adobe.com/svn/opensource/flexunitHowever trying to do a checkout always results in...
View Article