-
When I use Robolectic 3.0 together with JMockit 1.28, I found use static block in RobolectricTestRunner subclass did not resolve the intergration issue.
```
import mockit.internal.startup.Startup;
p…
-
Please provide the following information:
- Version of JMockit that was used:
1.27
- Description of the problem or enhancement request:
I see a java.lang.ClassCircularityError when I have callpoi…
-
To Reproduce:
```
package foo;
import mockit.Expectations;
import mockit.Mock;
import mockit.MockUp;
import mockit.Mocked;
import org.junit.Test;
import java.io.File;
import java.nio.file.Files;
im…
-
Issue happens with JMockit 1.26 only
I'm running JMockit with the following JVM args
```
-javaagent:D:\path\to\jmockit.jar=coverage
-Djmockit-coverage-output=html
-Djmockit-coverage-outputDir=D:\my_…
-
JMockit Version 1.26
with the latest version of JMockit, minTimes does not seem to work the same as before. When a method call in an Expectations block has the minTimes set to 0, a test which does no…
-
Remove projects that
- are no longer maintained
- obsolete
- do not support `Swift 3`
Continues #666
-
I'm not 100% sure how it is intended with the mocking bridge fields that are stored in `NegativeArraySizeException` or similar, but it doesn't work too nicely if you use JMockit from multiple classloa…
-
Hi all,
due to #479 we moved most of our implementation over to RingBufferWorkProcesser, which perfect for most of our use cases.
However, we have a problem doing this:
```
RingBufferWorkProcessor …
-
Please provide the following information:
- Version of JMockit that was used:
0.999 & 1.20
- Description of the problem or enhancement request:
I have a unit test which uses JMockit 1.20. When…
-
This fails in 1.26 but was passing in 1.25:
```
public class SpikeTest {
@Injectable
private Service service;
interface Service {
void call();
}
@Test
public void te…