-
Hi
As mentionned on the [Slack Channel](https://cloud-native.slack.com/archives/CJ1KHJM5Z/p1726284510294629?thread_ts=1723529800.316829&cid=CJ1KHJM5Z) 2 weeks ago
I started implementing the Oras…
-
With the current configuration of the gradle build file, the dependency on the google guava library currently resolves to 20.0-SNAPSHOT
```
dependencies {
compile 'com.google.guava:guava:[10.+,)'…
-
In our projects we have tests that fire up embedded Tomcats + Spring web application context. In the Spring application context we create beans using Mockito mocks.
The problem is that Mockito mock …
-
I am trying to mock a class using `Mockito-Android`. But I am getting `IllegalStateException` when I do so.
I just mock a class like this `Wrapper wrapper = mock(ClassName.class);`
Tried differ…
-
```
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…
-
Hi,
It appears that Mockito cannot mock several classes after adding mockito-inline dependency to the project
> Mockito cannot mock this class: class org.apache.http.impl.client.CloseableHttpCli…
-
```
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…
-
Conversation split from https://github.com/mockito/mockito/pull/2894#discussion_r1096034581
I strongly recommend adopting this approach in this repo: https://jakewharton.com/build-on-latest-java-te…