Which is a more recent version of FlexUnit: flexunit-4.1.0-8 or...
Which is a more recent version of FlexUnit: flexunit-4.1.0-8 or flexunit-4.1.0_RC2 ??
View ArticleIs there a Visual Listener for As3-only projects
I have seen various mentions of an As3-only Visual Listener for Flexunit and how it was going to be released with version 4.1. I can't seem to find any information on how to use it though. Can someone...
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 ArticleGetting Started
First time running flex unit - I get the error: VerifyError: Error #1014: Class mx.core::SpriteAsset could not be found. I'm trying to verify actionscript 3.0, not flex, so I'm not sure why this error...
View ArticleHow to get the handle of the advancegrid which is present in parent file from...
Hi Guys,I want to refreh the AdvanceGrid present in one MXML so want the handle of it from 4th file how to get it...In one mxml I have a AdvancedDatagrid with in the Itemrenderer property of it ,I am...
View ArticleHelp with flex4unit ant build.xml: Socket timeout waiting for flexunit report
I'm having trouble setting up ant to build and test my project locally and I'm not sure what the next step is. Info:Running on XP/Cygwin.All of the files that FlexUnit4 references when used in Flash...
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 ArticleFlexUnit4 user interface
When I run a series of tests and one (or more) fails, is there a way to tell the user interface the expected and actual result?
View ArticleHow to set source for openzoom multiscale image
How to set source for openzoom multiscale image I am giving the source to multiscale image as "dzc_output.xml" which is genereated through 'Deepzoom composer' but i am geeting the issue...
View ArticleFlexUnit 4.1.0-8 Error 1046
Hi, I'm using Eclipse Gallieo on Mac OS 10.6.8 with the Flash Builder 4 plugin. My project is using the Flex 4.5.0 SDK and I recently updated FlexUnit from 4.0 to 4.1.0-8. Now when I compile I get...
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 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 Articleinitial 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 ArticleStrange behaviour when running parameterized test
Hello,I am using Flex 4.5 and FlexUnit 4.1 inside of the Flashdevelop IDE and I am experiencing some very strange behaviour. If I have 5 parameters to my test the test runs fine. When I add a sixth...
View ArticleFlexUnit CI - Flash Player linux installation
I am now attempting to do some CI testing with the FlexUnit Ant task on the Linux platform, specifically RHEL 6 (x64). I am finding the installation of the Linux debug stand-alone player not as...
View ArticleFlexUnit ant task fails with AIR SDK 15
I have an ant script that, among other things, runs FlexUnit. This runs on a TeamCity build server and worked until we upgraded to AIR SDK 15.The FlexUnit part looks like this:<taskdef...
View ArticleCode coverage and theory testrunner
Hello evrybody, I am currently testing an application and are using several different versions of tests for it. One block of tests are theory testcases. Last week I managed to use the Adobe code...
View Article