-
i searched on npmjs.com no one use name : node-mockit yet
```
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ]
2 info using npm@2.14.7
3 i…
-
```
What steps will reproduce the problem?
1. Maven2 project with Hibernate
2. Open in Eclipse (maybe other IDE's too)
What is the expected output? What do you see instead?
When running TestNG tests…
-
```
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…
-
```
What steps will reproduce the problem?
1. Maven2 project with Hibernate
2. Open in Eclipse (maybe other IDE's too)
What is the expected output? What do you see instead?
When running TestNG tests…
-
I'm seeing an ArrayIndexOutOfBoundsException during Jmockit tests while using Jacoco. When both the JaCoCo and JMockit javaagents are configured in the maven surefire plugin, then I get ArrayIndexOutO…
-
```
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…
-
When using JMockit in a JUnit-Plugin test (not the regular one), eclipse adds a OSGi context. To run it I had to add the javaagent in the VM arguments. The test interrupts during a VerifyError excepti…
-
```
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…
-
```
What steps will reproduce the problem?
1. Maven2 project with Hibernate
2. Open in Eclipse (maybe other IDE's too)
What is the expected output? What do you see instead?
When running TestNG tests…