How to integrate AsMock into AsUnit 4?
问题 Trying to update AsMock mocking framework to v.1.0, and use it with AsUnit 4. But in runtime get a VerifyError (1153, inacceptible override) at the line with [RunWith("asmock.integration.asunit.ASMockRunner")] metatag in the test case class. I use FlashDevelop as an IDE. Have no idea, what's wrong. Could anyone help? 回答1: Have you added the includes line to the Flex Compiler arguments field within Eclipse/Flash Developer? You need to include -includes asmock.integration.asunit.ASMockRunner