flexunit
anyone knows the flex metadata mechanism
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[详细]
2023-01-27 01:57 分类:问答How to set up Charles proxy for standalone Flash player during FlexUnit integration tests?
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[详细]
2023-01-22 09:05 分类:问答Run a single test in Flash Builder?
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[详细]
2023-01-18 10:22 分类:问答How can I unit test Flex applications?
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[详细]
2023-01-09 01:57 分类:问答FlexUnit4 async test - asyncHandler's usage isn't clear
There is the doc page about FlexUnit4\'s async approach: http://docs.flexunit.org/index.php?title=Writing_an_AsyncTest[详细]
2023-01-08 22:25 分类:问答"Unable to resolve resource bundle" error when trying to run FlexUnit4 tests with IntelliJ IDEA 9.0.2
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:[详细]
2023-01-03 09:05 分类:问答Call private method in Flex, Actionscript
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[详细]
2022-12-30 04:14 分类:问答FlexUnit4 in IntelliJ
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[详细]
2022-12-30 01:43 分类:问答FlexUnit 4 and Cairngorm commands
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[详细]
2022-12-26 00:03 分类:问答FlexUnit4: [Test(expect="Error")] doesn't catch errors?
The following code produces a failed开发者_如何学JAVA test, not a passing test (as I would expect):[详细]
2022-12-19 00:10 分类:问答