-
**Description**
Reading our current documentation, it is not evident how to mock a PanacheQuery object.
On the following SO [question](https://stackoverflow.com/questions/64765163/how-to-mock-pana…
-
Hello,
In the domain gradle file why do you have double dependencies block ?
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
implementation libs.rxJava
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
Info:
- mockito: 3.5.13 _(The same was with 3.1.x)_
- openJDK: 11.0.8 _(the same was with latest JDK1.8)_
- kotlin: 1.4.10 _(The same was with 1.3.70)_
- Robolectric 4.4 _(The same was with 4.3)…
-
Hi,
hope find you well with this cold call.
I am an author of [mocking framework for Kotlin](http://mockk.io)
I see you are using mockito-kotlin.
I just want you to be aware that there is solution…
-
Hello,
After update to AGP 8.1 and JKD 17 I cannot mock sealed classes or sealed interfaces. It works only if subclass is defined. But this is not a solution, since the project is huge and it leads…
-
Mockito still complains about kotlin classes even if I opens up the whole package.
I trace the code to `NoMoreFinalsClassLoader.process`, for the same className when the first time this method is c…
-
### Kotlin에서 Mockito 사용하여 테스트 할 때 유의할 점
- Kotlin에서 Mocktio로 아래와 같이 `ArgumentCaptor` 를 사용하여 테스트 코드를 작성했는데
```kotlin
data class Bucket(
val id: Long = 0,
val name: String = "",
v…
-
Hi.
There is an [incubating feature](https://github.com/mockito/mockito/wiki/What's-new-in-Mockito-2#mock-the-unmockable-opt-in-mocking-of-final-classesmethods) of mockito framework that allows to mo…
-
This code below does not work when using realm-java in a Kotlin project since high order functions from Kotlin are not automatically handled by this solution that uses the interactor:
https://github.…