I have a doubt on Flex unit. Unit test cases are real开发者_如何学运维ly required for flex application for displaying data.So, you should remember that not everything in Flex is a UI Component.
FlexUnit 4.1 FlashBuilder 4.5.1 BACKGROUND I\'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
I\'m using this AsyncHelper. I would like to create basic test case where I would like to dispatch event from the test method (by Parsley MessageDispatcher), catch this event in any other method and d
Is it possible to check whether a port开发者_JAVA百科 is open using ANT tasks? I need to execute flexunit task, but before I start this task I need to check if another flexunit task is not running an
I\'m using the ANT task to run FlexUnit on a build serve开发者_JAVA百科r. When I run the Flex Unit Tests from the Flash Builder (4) it works fine. But when running from ANT it opens the default player
Hey guys! We used to write our UnitTests with FlexUnit and we were just testing our model. Now we want to test the view too. Before i run my tests i create an instance of my view and my model to test
Can anyone confirm that Flash Builder 4 STANDARD comes bundled with FlexUnit 4 just like Flash Builder 4 Premium trial does? My company is interested in buying a few copies just for unit testing an ex
I am setting up a FlexBuilder build under Hudson/Jenkins on a Linux system. I want to execute our unit tests, but do it without using the standard GUI-开发者_高级运维based test runner.
I am setting up FlexUnit to run from the command开发者_如何学C line and want to capture the results in JUnit format, so that I can pull them into Hudson.
When I add SequenceWaiter step into the SequenceRunner, how can I get event object which was passed into the event? There is the code from my test function: