-
Please provide the following information:
* Version of JMockit that was used:
1.20
* Description of the problem:
In below example, I except assert to succeed as them delegate method reset…
-
* Version of JMockit that was used:
1.34
* Description of the problem:
Running tests with `@Nested` test classes fail in some cases.
1. Assertion error is thrown:
```
java.lang.AssertionError
…
-
Using the following environment:
Gradle 3.5 Build time: 2017-04-10 13:37:25 UTC Revision: b762622
Groovy: 2.4.10
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_121 (Oracle C…
-
Two scenarios:
- [x] IF a climb has multiple pitches, AND that route has got all pitches heights correctly entered, and you tick it but only log certain pitches, then the total height should be calcu…
-
**[Tserenchimed Myagmarsuren](https://jira.spring.io/secure/ViewProfile.jspa?name=miigaa.ts)** opened **[DATAMONGO-1782](https://jira.spring.io/browse/DATAMONGO-1782?redirect=false)** and commented
I…
-
Hi there,
I am facing the following error when I try to mock an abstract class with JMockit 1.12. With JMockit 1.11 it works fine.
Enviroment :
OS Win7 64 bit
JDK 1.7.0_51 32 bit
JMockit 1.12
mo…
-
* Version of JMockit that was used: 1.35
* Description of the problem:
If a class is loaded and instantiated for the first time in the context of a mock ( using @Mocked ), then the instance of …
-
After upgrading from 1.0 to 1.9, I started getting these IndexOutOfBoundsExceptions. Here is the relevant part of the exception:
java.lang.IndexOutOfBoundsException: Index: 10, Size: 7
…
-
After updating to the latest version of jmockit I noticed that my Pitest run started failing.
I did a bit of research and figured out that the problem has been introduced between r2822 (successful) a…
-
I have a project that I am putting unit tests together against and after upgrading to JMockit 1.10 are now receiving the following exception when running these unit tests from within both EclEmma and …