flexunit
is flexunit is really required for Flex application?
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.[详细]
2023-04-10 19:28 分类:问答FlexUnit: Spark component test issue (UIImpersonator)
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[详细]
2023-04-05 08:45 分类:问答SequenceWaiter doesn't recognize my event
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[详细]
2023-03-19 00:46 分类:问答Check if port is open in ANT
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[详细]
2023-03-16 05:54 分类:问答FlexUnit ANT task is hanging
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[详细]
2023-03-09 05:07 分类:问答instantiating view won't work
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[详细]
2023-03-07 15:06 分类:问答Does Flash Builder 4 Standard come bundled with FlexUnit?
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[详细]
2023-03-01 01:08 分类:问答How to run Flex unit tests from the command line on Linux?
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.[详细]
2023-02-16 14:38 分类:问答How do you get FlexUnit output in JUnit format?
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.[详细]
2023-02-16 14:37 分类:问答Get event object from SequenceWaiter
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:[详细]
2023-02-05 12:00 分类:问答