RemoteObject + AsyncToken
Seems that FlexUnit 4 passes a method marked with [Test(async)] even if inside it there is a real call to a RemoteObject using AsyncToken. The code looks like this: [Test(async)]publicfunction...
View ArticleStopping a Test Run
Is there any way of stopping a FU4 test run that is currently in progress? Thanks,Brian
View ArticleImplicit coercion of a value of type flexunit.flexui:TestRunnerBase to an...
Hello all, any idea for this error ? Severity and Description Path Resource Location Creation Time Id1067: Implicit coercion of a value of type flexunit.flexui:TestRunnerBase to an...
View ArticleUnit testing or integration testing?
Here it says that this example is more of an explanation of framework than best practice because of the conflation of integration/unit testing concepts:...
View ArticleHow to override the advanceddatagridcolumn ??
Hi, allI have to override the advanceddatagridcolumn for new properties and functions. When i override the column , it can not be display when dragging into flex builder , but it can display when...
View ArticleExternal 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 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 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 ArticleTesting a service that returns an AsyncToken
I have a working test that tests a service that returns an AsyncToken. I am using AsyncResponder instead of any of the Aysnc Flexunit stuff. Is this OK? One thing I don't get is that the...
View ArticleFlash Builder 4 does not seem to recognize unit tests
A colleague has an FB4 library project with unit tests. When he tries to "Execute FlexUnit Tests" from the right-mouse-button menu, FB4 acts as if it's scanning the project for unit tests (a...
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 ArticleFlexUnit on maven repo as-artifacts.org
Hello, Lately I was tired of not being to find a maven repo for actrionscript libraries, so I decided to create one that hopefully people developing libraries will use.The address is...
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 ArticleSpark & UIImpersonator
FlexUnit 4.1FlashBuilder 4.5.1BACKGROUNDI'm trying to test a custom Flex 4 skinnable component, using the FlexUnit UIImpersonator class. If I run my tests from a FlashBuilder Spark only project...
View Articlecomputer related science fair ideas?
I need to do a science fair project and I have lots of interest in computers and would enjoy doing something with them. I am trying to find a decently good one because I would like to get a...
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 vs Fluint?
FlexUnit4 provides more features now, so I want to know your opinion about using FlexUnit or Fluint as the test automation framework? Our goal is not only for unit testing, but integration test as...
View ArticleHeadless linux support ... ?
Just wondering when we can expect a release with the headless linux stuff fully supported.
View ArticleUIImpersonator tests work in FlashBuilder, but not when run from Ant
I'm in the process of converting a Flex 3 project to use FlexUnit4 tests.Everything compiles in Flashbuilder 4.5 and runs nicely. I've converted all the teststo use flexunit 4, which highlighted a few...
View ArticleChange default port used for FlexUnit reports
Good day, I have recently set up a CruiseControl server that runs two concurrent builds. Most of these builds contain FlexUnit tests. I am well aware that the default port for FlexUnit task is 1024 and...
View Article