External Data for Parameterized Tests
I'm trying to take advantage of the awesome new JUnit-style external data feature of Parameterized tests. Unfortunately I'm running into some trouble: Parameterized.createTest() is getting called...
View ArticleHow populate itemrenderer items with data.
How populate itemrenderer items with data. Ie after my app starts I generate an array collection that I want to assign as the data provider to each combobox in my item renderer, which im using in a...
View ArticleEventual Async Assertions
Hi All, I've been playing around with the idea of EventualMatchers from Specs (a testing framework written in Scala) that allow you to write assertions that will be evaluated continuously until it is...
View Articleflexunit stage null reference
I am trying to test some of my AS classes in flexunit. Some of the methods reference the stage from components that are passed to it. When I set up the flexunit testing application I use the following...
View ArticleRunning FlexUnit in Security Application Server environments
Hi all, our flex client is running/provided in a application server context with basic authentification. that mean when the user request our flex client he is running into a authentification dialog box...
View ArticleFlexUnit 4.1 Error #1009 on Running Test Suite.
Hi Mike, I've not seen this problem with FlexUnit 4.1 before and it's got me a bit stumped :S All my tests error with the following stacktrace in the generated TEST.xml file: <testsuite...
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 Articleflexunit4 in FB standard says 'BUY PREMIUM' when I debug run in a test, but...
I have FlashBuilder 4.6 standard and have successfully set up flexunit in a project with several tests. When I run debug whilst viewing a test, I get the popup message saying 'buy premium...'. This...
View ArticleProblem with failed asserts in FlexUnit4
Hello, I'm trying out the FlexUnit4 Beta 1 using FlexBuilder 3 on a Mac OS X Leopard, executing the tests that come with the TurnKey release everything seems to be OK, but when I modify a test so it...
View Articlecan i reference external flex-config in flexunit ant task?
flexunit gurus, i'm trying to figure out how to best specify the compiler arguments for the flexunit ant task in flexunit 4.1 beta 1. from the documentation i see this sample flexunit usage:...
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 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 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 ArticleNeed FlexUnitTasks.jar file
Hi, I'm currently using Flash Builder 4 with the incorporated FlexUnit distribution.I can run the FlexUnit tests within Eclipse, but now I am trying to run thesetests using ANT. To do this, I found...
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 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 ArticleFU4.1RC2 - "invalid application descriptor" when using AIR 2.5
Folks, I discovered today when attempting to use AIR 2.5 with FlexUnit4.1 RC2 that you will get the following error when adl.exe is invoked: [flexunit] Setting up server process ... [flexunit]...
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 ArticleAsync.asyncNativeResponder in place of Async.Responder?
I'm using 4.1 and the asyc class doesn't seem to have Async.Responder, so I tried this: token.addResponder(Async.asyncNativeResponder(this, onResult, faultHandler, 600)); but get an issue: Implicit...
View ArticleCannot 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 Article