-
Hey folks, i am trying to write some UTs around my Novu service class. For that i am using mockito to mock the behavior of Novu. However, I am blocked because the APIs are marked as internal which mak…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Ignored or Blocked
These are…
-
When returning a value class from a mocked method, class cast can not be done properly
Sample code:
```
value class Base64Data(val data: String)
```
```
fun doSomething(data: Base64Data): …
-
Latest stable versions of dependencies:
- adapter-rxjava2 v2.7.2
- assisted-inject-annotations-dagger2 v0.5.2
- assisted-inject-processor-dagger2 v0.5.2
- converter-moshi v2.7.2
-…
-
```
plugins {
`java-library`
`maven-publish`
id("io.spring.dependency-management")
}
repositories {
mavenLocal()
maven {
url = uri("https://repo.maven.apache.org…
-
I've asked the question here and there's a code example: https://stackoverflow.com/questions/68933185/injectmocks-doesnt-work-with-kotlin-constructor-arguments-with-default-values
I think when Mock…
-
We want to experiment with [inline classes](https://kotlinlang.org/docs/reference/inline-classes.html) in our application, but we are running into a compatibility issue with `mockito-kotlin`. I know i…
-
check that
- [x] ~The mockito message in the stacktrace have useful information, but it didn't help~
- [x] The problematic code (if that's possible) is copied here;
Note that some config…
-
Mockito has supported applying `thenCallRealMethod()` for Java 8 default methods.
However, the feature does not work in Kotlin.
The Kotlin compiler generates separate classes for an interface with…
-
### Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- […