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?

link|improve this question
feedback

2 Answers

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

see http://asmock.sourceforge.net/wiki/Installation

link|improve this answer
Sure I did. And still does not work. It only works if I use "prepare" method manually, without [RunWith] and [Mock] meta tags. – djaffy Dec 1 '10 at 7:08
feedback

AsUnit 4 support was added before it left beta, so it looks like the APIs have changed. I'll have a look into it. In the meantime, I'd recommend adding this as a bug to asMock's bug tracker.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.