-
I was using 1.8 version of jmockit with jdk 8, it was working fine but when i upgraded jdkto version 11 it is throwing below error :
Caused by: java.lang.IllegalStateException: JMockit requires a…
-
Please provide the following information:
* Version of JMockit that was used: 1.48/1.49
* Description of the problem or enhancement request:
Since 1.48 selective partial mocking of constructors…
ghost updated
4 years ago
-
- Plugin Name:
- Plugin Version: 6.13
- OS Name: Mac OS X
- OS Version: 11.1
- Java Version: 11.0.9.1
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- Is Snapshot: false
- App Build: IU-203.6682.168…
-
Please provide the following information:
* Version of JMockit that was used:
`1.49`, commit `fbe6c3ca0c46c32e1e88c054a2abfdb80d4d308e`
* Description of the problem or enhancement request:
I mo…
-
Hi
My Project git url is:git@github.com:RobertoHuang/RGP-DREAM-T.git
when i use mvn test, i got the following error:
java.lang.NullPointerException
at mockit.coverage.modification.ClassModi…
-
Please provide the following information:
* Version of JMockit that was used: jmockit-1.6.jar
* Description of the problem or enhancement request: When I try to mock the classes of a standard ja…
ghost updated
5 years ago
-
Hi there @boyney123
First of all, thanks for your brilliant work!
## What you did:
```shell
cd mockit-routes
npm install
npm run start
```
Then visit http://localhost:3000/random
## What…
-
the Person class has a bmi method.
```dart
class Person {
String name;
int age;
double weight;
double height;
Person({this.name, this.age, this.weight, this.height});
doubl…
-
Hello, we would like to feature your project to the Docusaurus users page.
Would that be ok? Also can you provide your logo?
More info about this [here](https://github.com/facebook/Docusaurus/iss…
-
## What you did:
- chmod the file
- try again
## What happened:
```
Successfully built f693cc17ca19
Creating network "mockit_default" with the default driver
Pulling mockit-client (mockit-c…