-
```
What steps will reproduce the problem?
1. sudo ant
2. BUILD FAILED
/mnt/scala-test-fw/mockito/build.xml:106: Tests failed.
3.
What is the expected output? What do you see instead?
What versio…
-
```
What steps will reproduce the problem?
1. sudo ant
2. BUILD FAILED
/mnt/scala-test-fw/mockito/build.xml:106: Tests failed.
3.
What is the expected output? What do you see instead?
What versio…
-
Greetings!
How to use the classes of the model Realm when testing in Mockito?
`public class Foo extends RealmObject {`
` @PrimaryKey`
` private String PK;`
` public int getNum(){ retur…
-
When trying to access `mockito` [documentation](https://www.javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#doNothing()), the link does not lead to the paragraph specified by t…
-
Using powermock-api-mockito2 2.0.9.
With mockito 3.12.4 this code works fine:
```java
import org.mockito.Mock;
import org.powermock.modules.testng.PowerMockTestCase;
import org.testng.annotat…
m2ger updated
11 months ago
-
Please provide the following information:
* Version of JMockit that was used: 1.45
* Description of the problem or enhancement request:
previously iwas using jmockit version 1.24 with java 8…
-
```
I am using Mockito for integration tests, "spying" on method invocations in
real Spring beans. I created Spring BeanPostProcessor (attached) that wraps
Spring beans in spy proxy. Everything work…
-
```
I am using Mockito for integration tests, "spying" on method invocations in
real Spring beans. I created Spring BeanPostProcessor (attached) that wraps
Spring beans in spy proxy. Everything work…
-
```
I am using Mockito for integration tests, "spying" on method invocations in
real Spring beans. I created Spring BeanPostProcessor (attached) that wraps
Spring beans in spy proxy. Everything work…
-
We should switch to the current LTS version of Java, which at the time of writing is Java 21.
https://mydeveloperplanet.com/2023/11/01/whats-new-between-java-17-and-java-21/