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):
In FlexUnit 1 it is possible to access the name of the currently-running test using the TestCase.getName() method because all tests subclass TestCase.In FlexUnit 4, however, there\'s no base class for