-
```
What steps will reproduce the problem?
Following the methodology here:
http://code.google.com/p/powermock/wiki/PowerMockRule
Set up a test that mocks some sort of static class. In this case it…
-
Hi,
while debugging a memory leak issue affecting the test execution at work, I came across a (potential) memory leak present within the MockitoJUnitRunner.
Basically, when using the runner, it …
-
### Description
Scanning https://github.com/xmlunit/xmlunit leads to false positives. These wrong detections are also influenced by minimal changes in the files, which should not have an impact.
…
-
Getting the Below Errror:
> Exception in thread "Thread-2" java.lang.NoSuchMethodError: kotlin.io.ByteStreamsKt.readBytes(Ljava/io/InputStream;)[B
> at au.com.dius.pact.consumer.BaseJdkMockServer…
-
```
What steps will reproduce the problem?
1. Create Junit Test class with either @Runas annotation or rule
2. Execute the test as eclipse plugin test
3. InitialisationError is thrown and stack traces…
-
```
What steps will reproduce the problem?
1. Create Junit Test class with either @Runas annotation or rule
2. Execute the test as eclipse plugin test
3. InitialisationError is thrown and stack traces…
-
```
What steps will reproduce the problem?
1. Create an unit test, which uses a spy and ExpectedException rule
2. Run this test in eclipse with eclemma
3. Check the converage report. All methods, whic…
-
```
What steps will reproduce the problem?
1. Create an unit test, which uses a spy and ExpectedException rule
2. Run this test in eclipse with eclemma
3. Check the converage report. All methods, whic…
-
```
What steps will reproduce the problem?
1. Create an unit test, which uses a spy and ExpectedException rule
2. Run this test in eclipse with eclemma
3. Check the converage report. All methods, whic…
-
Included are versions of Java, Gradle and the verbose output from PiTest.
This was a clean build with JUnit 5.8.2 based unit tests.
If needed I can put the entire project into GitHub for access …