-
This is a followup to #3573. We have now received the first user feedback from @jebeaudet which exhibits the same behavior as in the previous issue.
We have tried with Maven 3.8.x from the `maven-3…
-
## Describe the bug
I've built a JAX-RS endpoint & a test using Panache & the active record pattern. I'm trying to mock Panache so I can test the resource class in isolation. It doesn't seem to be wo…
-
I wanted to make a mock that would never be called. I set `defaultAnswer` to throw an exception for everything. This works for most methods, but not for `equals()`
Maybe this is an underlying Mocki…
aSemy updated
3 years ago
-
## Steps to Reproduce
1. Create a new project with `flutter create test_project`
2. Add @aloisdeniel's package `device_frame` to pubspec.yaml
3. Add a `DeviceFrame `somewhere in the widge…
-
```
id("org.springframework.boot") version "2.4.3"
id("io.spring.dependency-management") version "1.0.11.RELEASE"
id("org.springframework.experimental.aot") version "0.9.1-SNAPSHOT"
kotl…
-
Since updating to the latest version of Kotlin in https://github.com/eclipse-emfcloud/emfcloud-modelserver/pull/56 the JUnit tests seem to fail **sometimes** with the following error:
```
org.mockit…
-
Some methods in the `Context` class cannot be reliably mocked and therefore unit testing controllers is in many cases not possible.
The issue is, firstly, with all inline functions in `Context` as …
Zemke updated
3 years ago
-
This is not a MockK issue, but more a question/feedback to @oleksiyp (MockK's developer). I hope more people in the community feel this way. If so, please comment or give this issue a 👍. Or otherwise …
-
## Steps to Reproduce
1. ... I installed flutter by following flutter documentation at C:\src\flutter and also set the environment variable as C:\src\flutter\bin my project location is C:\a…
-
I updated mockitokotlin2 to 2.2.0 and after that we saw unit tests failing with
`java.lang.NoSuchMethodError: com.nhaarman.mockitokotlin2.MockingKt.withSettings([Lkotlin/reflect/KClass;Ljava/lang/…