Cannot run on results from FlexUnit 4.1.0-RC1-77
I can't seem to run the junitreport ant task on the generated output of my tests from FlexUnit. Here's the error I'm getting: Buildfile: /home/rfkrocktk/Documents/Helios/activeinterview/build.xml...
View Articleflexunit failed on "command not unterstood"
I use Ant to compile tests and generate reports, and the compile phase succeeded, but the <flexunit> failed, the error log following: java.util.concurrent.ExecutionException: command...
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 ArticleFlexunit ant task on CI Server - rundll32.exe causing problems
My team is using flexunit and a CI server running Hudson. On a development system, everything runs fine, and we get the reports just like we need them. It also works fine on the CI server when just the...
View ArticleTesting a Component with Two Way Binding
Does anyone know of a good workaround for testing a spark component whose value is tied to the model with bidirectional binding? What I want to do seems very simple. I have a spark TextInput whose text...
View ArticleFlexUnitTests in Flash Professional Project
Is it possible to run FlexUnitTests on a Flash Professional Project? (created within Flash Builder)I notice when I create a FlexUnitTest in my Flash Professional Project FlexUnitApplication.as and...
View ArticleFlash Builder "unknow FLex SDK Flex Hero" problem(urgent)
Dear all, I developed my mobile andriod game in the flash builder burrito and suddenly I can't open it because of this error "Licensing for this product has expired"so I installed flash builder 4.5...
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 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 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 ArticleEclipse update site for FlexUnit 4.1?
Is there an update site that I can point Eclipse at to update the FlexUnit plugin to FlexUnit 4.1? If not, then how are people updating Eclipse?
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 ArticleFlexUnit Eclipse/Flex Builder 3 Plugin - Feedback Please
Hi All, I have been beavering away developing an Eclispe plugin for FlexUnit and would like your feedback. To get this free plugin simply visit:...
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 ArticleTimeout Occurred before expected event for simple SequenceRunner
I'm having trouble with these tests. I'm always getting Timeout Occurred for my sequence in the test testOnLogout. Any ideas? Timeout Occurred before expected eventTimeout Occurred before expected...
View ArticleSequence Runner and Signals
I've got a unit test where I want to test reading from a local sqlite database. Obviously I need to write a record before I can read it. I've written the sequence below but I'm getting an...
View ArticleDebugging BlazeDS application in Flash Builder 4
I have a Flex 3 application that talks to BlazeDS services running in Tomcat, and it's not had a great deal of work done on it lately.As I'm picking it up again, I'm migrating to Flash Builder 4 and...
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 ArticleHow to create a TestRunner for FlexUnit 4?
I just started with FlexUnit 4 today and can already see the benefit of all of the new features. I am a bit stumped on how to get the initial setup to work. As far as I can tell, most of the...
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 Article