Skip to content Skip to sidebar Skip to footer

Robolectrictestrunner's Helpertestrunner Having Trouble Invoking Jmockit?

I'm having problems running tests in IntelliJ using Robolectric and it looks like jMockit might be a factor. My test itself has absolutely no jmockit and in fact the test is now ju

Solution 1:

You are going to have to upgrade to JMockit 1.5 to avoid this problem.

It occurs because of JMockit's inability to work in the presence of Robolectric's AsmInstrumentingClassLoader. Version 1.5 of JMockit makes it more robust in environments with custom classloading.

Post a Comment for "Robolectrictestrunner's Helpertestrunner Having Trouble Invoking Jmockit?"