-
If you use JMockit within WildFly, the calculation whether a `MockUp` target class is internal or not is not working properly.
Each `MockUp` you create that mocks a class that is one of your libs (no…
-
Please provide the following information:
- Version of JMockit that was used:
1.26
- Description of the problem or enhancement request:
In 3 tests classes in @before I instantiate a mock class in …
-
```
The annotation @Mock doesn't allow me to define the mock answers, like
RETURNS_MOCKS, RETURNS_SMART_NULLS, RETURNS_DEEP_STUBS, etc.
So i need to call Mockit.mock(anyInterface.class, RETURNS_MOCK…
-
Please provide the following information:
- Version of JMockit that was used:
1.24
- Description of the problem or enhancement request:
`@Mock(minInvocations = x)` is not working, I think blow cod…
-
Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))**
---
Check what breaks.
What can be done to take advantage of Python 3?
---
- Bitbucket: https://bitbucket.org…
-
```
The annotation @Mock doesn't allow me to define the mock answers, like
RETURNS_MOCKS, RETURNS_SMART_NULLS, RETURNS_DEEP_STUBS, etc.
So i need to call Mockit.mock(anyInterface.class, RETURNS_MOCK…
-
```
I try to verify a method with 3 parameters. Mockit just says "Argument(s)
are different!".
Now it is very hard to find out which argument is different since I have
three of them and the "toString…
-
```
The annotation @Mock doesn't allow me to define the mock answers, like
RETURNS_MOCKS, RETURNS_SMART_NULLS, RETURNS_DEEP_STUBS, etc.
So i need to call Mockit.mock(anyInterface.class, RETURNS_MOCK…
-
I'm currently upgrading our JMockit 1.8 tests to JMockit 1.24.
One of my colleagues used the MockUps API in some strange way that I will try to rewrite, but nevertheless it triggered an NPE in JMocki…
-
```
The annotation @Mock doesn't allow me to define the mock answers, like
RETURNS_MOCKS, RETURNS_SMART_NULLS, RETURNS_DEEP_STUBS, etc.
So i need to call Mockit.mock(anyInterface.class, RETURNS_MOCK…