-
The @RunWith annotation has been widely successful in enabling the integration of other testing tools with JUnit. For example, the following testing libraries (among others) use it: jMock, Mockito, JM…
-
### Introduction
This issue explores the addition of "strict" behavior and APIs to Mockito. Traditionally, Mockito is a lenient mocking framework. For background and motivation, check out Szczepan'…
-
[JMockit](https://jmockit.github.io/) remains popular, but has not had a release since 2019, and has [various compatibility issues](https://github.com/jmockit/jmockit1/pull/736) with Java 11+.
As J…
-
A simple project with a SINGLE test class works with jmockit 1.25 and 1.26.
A simple project with TWO (or more) test classes works with jmockit 1.25 and does not work with jmockit 1.26. The exception…
-
Consider the following code:
```
package com.xyz.packagexyz
open class TestService {
fun doSomethingElse(message: String, vararg args: Any) {
print("message: $message, args: $args…
-
- [ ] https://github.com/DylanMeeus/GoAudio
- [ ] https://github.com/dh1tw/gosamplerate
- [ ] https://github.com/mengzhuo/cookiestxt
- [ ] https://github.com/abraithwaite/jeff
- [ ] https://gith…
-
Please provide the following information:
- Version of JMockit that was used:
JMockit 1.26
- Description of the problem or enhancement request:
When use parallel execution for UT, and if one stat…
xeric updated
7 months ago
-
```
2024-02-28 10:35:40
Full thread dump OpenJDK 64-Bit Server VM (11.0.21+9-adhoc.root.jdk11u mixed mode):
Threads class SMR info:
_java_thread_list=0x00007f8748491f30, length=16, elements={
0…
-
**Describe the bug**
If we have the following function for example:
```go
func (r *Repository) GetIdByName(ctx context.Context, name string) (int, error) {
rows, err := sr.db.Query(ctx, "SELECT…
-
Please provide the following information:
*1.48, 1.49
* Description of the problem or enhancement request:
When running junit tests with coverage, jmockit throws ArrayIndexOutOfbounds. This hap…