When I use flexunit for tests, I confused about the metadata like [Test], [Test(async, ui)], anyone knows how 开发者_Go百科does the metadata parsed by the flex? how to define my own metadataYou should
I\'d like to record the AMF traffic that happens during some of my Flex application unit tests.I am using Maven/flex开发者_如何学JAVAmojos to compile the unit tests.I\'ve installed Charles proxy and c
I have been using Flash Builder to build my flex software and I am a TDD guy.I find it irritating that I have to run ALL my tests in order to run any tests.It causes friction in my TDD workflow.I real
Flex is a cli开发者_开发问答ent-side language and based on events. How can such events be mocked to allow unit testing? Take a look at FlexUnit and FlexMonkey
There is the doc page about FlexUnit4\'s async approach: http://docs.flexunit.org/index.php?title=Writing_an_AsyncTest
I am having a trouble to get IntelliJ IDEA 9.0.2 to run FlexUnit4 tests. The tests won\'t be performed because of the following error:
I need it in FlexUnit to test private methods. Is there any possibility to do this via reflection by using describeType or maybe flexUnit has some build in facility? I dislike artificial limitation th
When I try to run test with FlexUnit4 and IntelliJ, I get this error: SecurityError: Error #2148: SWF file file:///C|/Users/LIC/Projects/ProgramJef/out/production/Flex%2DClient%2DTests/%5Fflexunit.sw
Does anyone know if it is possible to test remote proced开发者_StackOverflowure calls in Cairngorm Commands with FlexUnit 4. I have an old app full of them and before I introduce FlexUnit into the mix
The following code produces a failed开发者_如何学JAVA test, not a passing test (as I would expect):