jmockit1
jmockit1 copied to clipboard
Advanced Java library for integration testing, mocking, faking, and code coverage
> edition jdk 11 jmockit 1.49 > probleam   > question How do I get to mock Pair?
Hello, The version is jmockit 1.9. When I upgrade the version to 1.36, the problem disappears,. But, I find out some usages of lower version are removed in higher version,so...
Please provide the following information: * Version of JMockit that was used: -- JMockit 1.49 -- JaCoCo 0.8.3 (newer versions as 0.8.8 are not working with JMockit) -- Gradle 7.4.2...
Hello, The version is jmockit 1.9. When I upgrade the version to 1.36, the problem disappears,. But, I find out some usages of lower version are removed in higher version,so...
this is to fix arrayindexoutofbounds issue when running jmockit in eclipse 2020.03 with code coverage
Please provide the following information: * Version of JMockit that was used: 1.49 * Description of the problem or enhancement request: while upgrading existing code from Java 8, Jmockit 1.22...
Version of JMockit that was used: 1.49 * Description of the problem or enhancement request: All tests result in same NullPointerException: [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ conflated-configuration-service --- [WARNING] The...
Hi,everyone. I was trying to execute " mvn clean test " to verify a simple maven project which was generated by "mvn archetype:generate".I just to want learning how to write...
From JMockit 1.47 it is not possible to mock private methods, such attempt leads to "Unsupported fake for private method" exception, We find private method mocking useful in a situation...
Please provide the following information: * Version of JMockit that was used: 1.49 * Description of the problem or enhancement request: java.util.ConcurrentModificationException at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1511) at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1534) at mockit.internal.state.MockFixture.restoreAndRemoveTransformedClasses(MockFixture.java:270) at mockit.internal.state.MockFixture.restoreTransformedClasses(MockFixture.java:254)...