-
## Context
While the Java language forbids two methods to have the same signature with a different return type, the JVM allows this.
Thus, the bytecode of a given class can actually contain two …
-
Please provide the following information:
* Version of JMockit that was used: 1.50.0
* Version of JDK that was used: 17.0.2
* Version of Maven that was used: 3.9.3
* Description of the problem…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
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…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
# Issue description
Occasionally. it is confusing to have `junit-platform-testkit` provided as an optional `spock-core` dependency (with its own dependencies). Namely [here](https://github.com/spoc…
szpak updated
3 years ago
-
### Expected Behavior
Given the following interface:
```
interface QueryFacade {
/**
* @see [Statistics]
*/
fun statistics(
dataResource: DataResource,
…
-
After updating surefire plugin from `2.22.2` to `3.0.0-M4`, pact message provider tests starts failing.
Looks like it fails to find annotated method that produce example message.
Below you can f…
-
Hey, I'm in the process of writing a bitmap based buddy allocator myself, however there are some things I don't quite understand and I hope you could clarify them :)
So, every bit in the bitmap rep…
-
I'm using Mockito on my current project. Turns out that it's very slow. Would be great to see some benchmarks.