-
IntelliJ IDEA 2017.1
Build #IC-171.3780.107, built on March 22, 2017
JRE: 1.8.0_112-release-736-b13 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.4
Thanks for the plugi…
-
This test is failing in Hudson and on my local box
-
This test is failing in Hudson and on my local box
-
When using jacoco together with jmockit, there are many cases were jmockit attempts to reload the class, which in turn causes jacoco to try to instrument it again. This causes an exception like the fo…
-
Hi,
I'm using the following jacoco version
[ivy:resolve] found org.jacoco#org.jacoco.ant;0.7.0.201403182114 in public
[ivy:resolve] [0.7.0.201403182114] org.jacoco#org.jacoco.ant;latest.integra…
-
After upgrading to Mountain Lion (10.8) I'm unable to use EclEmma. This issue effects both Eclipse Indigo and Juno (4.2).
What happens is I launch e.g. a junit test and the junit view never updates wi…
-
Please provide the following information:
I have the following code, it runs fine in maven and intellij, but the final report to
mvn test
surefire plugin seems to be lost. in the following c…
-
We just updated our tests from 1.18 to a self build 1.30 Version.
1.29 could not be used because it forbids Mocking our @Entity pojos.
The only Problem left is that We retrieve a StackOverflowErro…
-
Hey,
I test project with mockit-all.1.9.5.jar.
I expect result is 4, but the result is 0. When debugging that I found the mock object return is 0, so why ?
```java
public class CalculatorSe…
-
* Version of JMockit that was used: 1.21
* Description of the problem:
I have interface like this.
**TestInterface:**
```
public interface TestInterface {
boolean callMethod();
}
```
…