Implicit 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 ArticleEventfulTestCase in FlexUnit 4?
Has EventfulTestCase been deprecated/removed? I can't find it in the source or latest download, but it's in the version of the SWC that I have. Thanks,Ruprict P.S. I moved this from the FlexUnit...
View ArticleError: Asynchronous Event Received out of Order
Hello, I'm developing a loader library in Flex that can do multiple requests in an intermittent or sequential order there given to the loader. I'm getting the following error message from FlexUnit...
View ArticleTestRunnerBase compile error FX3 FU4
I am getting a compile error. Using FlexBuilder3 (3.4.1 SDK).FlexUnit 4I have the 5 swc files in my project's lib folder.Here is my code:<?xml version="1.0"...
View ArticleI am writting a test using a sequencer to test for multiple button click
I'm using flex sdk 4.1 and have a situation where a button click is sometimes called twice. I am writting a test for this using a sequencer and it will run for at least one button click, what I am not...
View ArticleWait for Renderers to Display
I'm testing a component with an editable DataGrid with custom item renderers. I wanted to use a sequence to simulate the user modifying a cell in the datagrid, but to be able to do that, I have to...
View ArticleRunning unit tests from ant: flashplayer window remains open
I'm trying to run flex unit tests from ant but I can't get the flashplayer window to close afterwards. What am I doing wrong? <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"...
View Articlefirst flexunit test is always failing with Error Error #1009: Cannot access a...
Hi, I have flexunit project which I am trying to run on linux server. 1. I have Tests project.2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using...
View ArticleFU4CIListener build.xml not setting properties?
I am following the Ant Task Setup. I have flex sdk 3.6.0.X, apache-ant 1.8.2 and the flexunit source 4.1.0. When I run > ant -v clean packagefunction(){return...
View ArticleFailure Trace stack frame paths are incorrect
I am using FlexUnit heavily, and appreciate it mightily. However, there is one very powerful annoyance in the Failure Trace window in Eclipse/FlashBuilder. When I double-click on a stack frame,...
View ArticleUploading File classic ASP
HiIm a new flex developer and i making an app that insert data into a db and upload a file in a path web server, but my problem is when i send to asp my archive there is no way to save on the path and...
View ArticleFlexUnit report XML format deviates from that of JUnit
Folks, We are starting to get some mileage from the CI support in FlexUnit4 - thanks to all for the work on this. Currently we are using the CI builds from the FlexUnit Hudson server: FlexUnit4-Flex3.2...
View Articleflexunit 4 fails for me
I am simply running an Assert.assertTrue call and it says it fails, here is my code:package sampleSuite.tests { import org.flexunit.*; public class TestCase1 { [Before]...
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 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 ArticleFlexUnit ant - running tests that make server calls
Hi, I am using BlazeDS in my project to connect to a Tomcat server. I have configured my services in the services-config.xml file and passed the location of the file as an argument to the compiler in...
View ArticleTesting Application Components
I'm not sure if you are aware, but it is currently very difficult to test spark Application components using FlexUnit and the UIImpersonator. An application component can't simply be added to...
View Articleparallel execution of multiple test cases.
Does flex unit 4.x version supports for parallel execution of multiple test cases? Any help will be greatly appreciated.
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 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