-
Please provide the following information:
Version of JMockit that was used: 1.8
Description of the problem:
I'm current working on a java project which use sbt.
I also use Junit5 and use a s…
-
### Description
### Info
* f-m-p version : master
* If it's a bug, how to reproduce :
launch mvn clean install on master on Windows
```
Running io.fabric8.maven.generator.api.support.Abstr…
-
Please provide the following information:
* Version of JMockit that was used: 1.32/1.36
* Description of the problem:
Constructor injection doesn't support @Tested fields from a **test** bas…
-
* Version of JMockit that was used:
JMockit1.37
* Description of the problem:
A test class below throws ArrayIndexOutOfBoundsException with no StackTrace.
```
import org.junit.Test;
publi…
-
1.33 fails
1.29 green
New undocumented feature?
```
import org.springframework.ws.soap.SoapMessage;
import org.springframework.ws.soap.client.SoapFaultClientException;
import org.testng.annota…
-
I currently have a testsuite which has previously been running on TestNG 6.9.10 and JMockit 1.30. When updating it to TestNG 6.11 and JMockit 1.35 I run into errors on all my` @Mocked` and `@Interface…
-
I am using JMockit 1.7 and 1.37.
I recently upgraded our application from JDK7 to JDK8 and the JMockit-based testsuite is running about 2 times slower. The performance seems to progressively degrad…
-
Hi,
I'd like to share report on API changes and backward compatibility for the JMockit library: https://abi-laboratory.pro/java/tracker/timeline/jmockit/
The report is generated by the https://g…
-
Passes in 1.27
Nothing mentioned in release notes.
```
import org.testng.annotations.Test;
import mockit.Injectable;
import static org.testng.Assert.assertNotNull;
public class Jmockit…
-
### ScalaMock Version
3.5.0
### Scala Version
2.11
### Runtime
openjdk version "1.8.0_141"
OpenJDK Runtime Environment (build 1.8.0_141-b16)
OpenJDK 64-Bit Server VM (build 25.141-b16, mix…