-
There are previous tickets claiming this is a feature, not a bug, and claiming that you should never need to mock a throwable. However there can be throwable subclasses without public constructors, in…
-
## 📚 Documentation
List of sites that are still using Docusaurus v1:
- [ ] [Ax](https://ax.dev/)
- [ ] [Bowler](https://pybowler.io/)
- [ ] [FastText](https://fasttext.cc)
- [ ] [Instant Artic…
-
Please provide the following information:
* Version of JMockit that was used: 1.49
* Description of the problem or enhancement request:
The follow sample produce an NullPointerException in th…
-
# Issue
**Disclaimer**: I'm not sure if this is an issue since I can't tell if it was meant to be thread-safe on recordings.
When recording mock calls, a parallel thread using mocks will generat…
-
-
Hi,
I'm currently trying to run this in combination with nvim-jdtls. I'm getting the following error on 2 machines while not on another.
```bash
java.lang.RuntimeException: java.io.IOException:…
-
Since JaCoCo 0.8.4, JMockit cannot read instrumented class anymore.
JaCoCo updated the used ASM to 7.1 in 0.8.4 and to ASM 7.2 in 0.8.5.
With both versions, JMockit 1.46 and also 1.48 cannot read th…
-
- ant version 1.10.6
- junit version 4.12
- jmockit version 1.9
- openjdk version "11.0.5" 2019-10-15 LTS
OpenJDK Runtime Environment Zulu11.35+13-CA (build 11.0.5+10-LTS)
OpenJDK 64-Bit Server …
-
I am using `org.mockito:mockito-core:1.9.0` with `junit:junit:4.11`. I have the following code which I need to test:
``` java
public class ClassUnderTest {
public void methodToTest(DependencyToBe…
-
- Version of JMockit that was used:
OS : Windows 7 x64
JDK : 1.7.80 x64
jmockit.version : 1.22
maven.version : 3.3.9
- This is source code : [JMockitDemo.zip](https://github.com/jmockit/jmock…