ant 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 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 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 ArticleFlexUnit 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 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 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 ArticleWhat causes "Error saving report" error?
HiI am trying to generate the junit style test results using flex unit. The error log is: Buildfile: c:\Code\unittests\src\build.xml init: [delete] Deleting directory c:\Code\unittests\src\reports...
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 ArticleFlexUnit 4, Flash Builder 4, and Flex SDK 4
I am endeavouring to create a project using these in combination. When I created my test runner under SDK 4, it would fail while trying to initialise the test. I decided to build FlexUnit 4 with SDK 4...
View ArticleIntegration Testing Cairngorm Commands with FlexUnit 4
Here is a way to do integration testing of commands that retrieve data from a server of some description. This example tests the ubiquitous 'login' command. By extending the desired command to test,...
View Articleproblem
This is the code I have written for testing in flexcover------------------------------------------------------------------------------<?xml version="1.0" encoding="utf-8"?><mx:Application...
View Articlecan i avoid needing to manually enumerate all TestCases in a TestRunner for...
flexunit gurus, i've been experimenting with the FlexUnit4SampleCIProject as part of following the instructions for ant builds at http://docs.flexunit.org/index.php?title=Ant_Task this sample project...
View ArticleTeamcity and Flexunit 4.1
Hi! I try run flexunit 4.1 on teamcity.Server configuration - headless linux/ubuntu 64-bit. And i cannot successfully run it. That's ant part <flexunitswf="${target.dir}/${tests.swf}"...
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 ArticleAsync loading of test swf is never caught by listener
Hi all, I'm really struggling getting a testing structure in place. I need to test a sub-swf which gets loaded into a range of main applications and its methods are then invoked. Therefore, I want to...
View Articlegetting error 2032 when building Employee Directory tutorial for burrito
I am new to flex development. i am trying to work thru the tutorial Employee Directory.I am using Flex Burrito 4.5 on Windows 7. When i try to run the application, i get the following message: RPC...
View Articlearrays equals Assert?
Hello, I whant to know if there is any arraysEqual assert? Thanks.Javier Sivack
View Articleflexunit CIListener: Socket tiimeout waiting for flexunit report
For 2 weeks , I have trouble establising CI enviroment. My env :sdk : flex sdk 4.1ant : 1.8.2 I got the FlexUnit4SampleCIProject .and modified the build.xmlant then always get the error...
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 ArticleTimeout and/or Async problems with Flex Unit
Hi all. I'm currently working on a Flex project at work. We're doing some very simple unit tests. I'm pretty sure that we're using Beta 2. (Annoyingly, I've had this problem for a couple of months, and...
View Article