Issues with adding FlexUnitTestRunnerUI to FlexUnitCore
Hi I am trying to create a test runner app with both a CIListenter and a UIListener. For the UIListener I am trying to use the FlexUnitTestRunnerUI, however when I try to use it as shown in the...
View Articletest cases without any assertions should fail?
This is just my opinion... but I think test cases without any assertions should either fail or give some warning. I've done this few times before.. I would write a test cases and thought it was passing...
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 ArticleBetter Async testing?
I've been doing a lot of async service testing lately and I'm trying to figure out the "correct" way of doing things. Imagine I have a simple backend with just two methods: createTeam() and...
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 ArticleHo to run a TestSuite Using ASMock
Hi All, As per the As mock we can run the Test using the flex compiler option -includes asmock.integration.flexunit.ASMockClassRunner Bu we run the a test Suite using the same we get the below erroe...
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 Articlehow to access stage in flexunit
I've found in the following post (http://forums.adobe.com/message/2371850#2371850) some suggestions about this topic, but as I'm relatively new to as3, I'm still confused about how to make it work. My...
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 ArticleMockito problems - Please make sure you specified a call to stub in given
Mockito problems - Please make sure you specified a call to stub in givenHello, I'm trying to get a handle on mocking w/ Mockito to and I keeping getting this error:"Please make sure you specified a...
View ArticleFlexUnit CI - Flash Player linux installation
I am now attempting to do some CI testing with the FlexUnit Ant task on the Linux platform, specifically RHEL 6 (x64). I am finding the installation of the Linux debug stand-alone player not as...
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 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 ArticleHow to set source for openzoom multiscale image
How to set source for openzoom multiscale image I am giving the source to multiscale image as "dzc_output.xml" which is genereated through 'Deepzoom composer' but i am geeting the issue...
View ArticleSpark Classes and Skins not being included when running FlexUnit task via Ant
I have a series of unit tests that run on a spark component. This spark component has a custom skin defined for it, and that is working beautifully. Inside that component is a spark list... By default,...
View Articleinitial content not found
Hi, I try to use FlexUnit 4 to test an air application. I use Maven antrun plugin to compile and run testcode since flex-mojos do not support FlexUnit 4 yet. My antrun plugin is as follows,...
View ArticleChange Current Date in DateField and Load Different Date as Current Date
Hi, I'm Trying to Change Current Date in DateField and Load Different Date as Current Date is it possible....
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 ArticleAMF over HTTPS (Unkown CA)
Hi, I have a problem with our flexunit test suite. We created an AMF messaging layer and communicate with our server over HTTPS. Works fine in the browser with manual testing. We developed a unit test...
View Article