-
I've recently started using Kotlin and am loving it so far. I've however had to use some workarounds for Mockito matchers, since Kotlin doesn't like null -- a great thing IMO. See http://stackoverflow…
-
### SQLDelight Version
1.5.3
### Operating System
Windows 11
### Gradle Version
7.1.1
### Kotlin Version
1.6.10
### Dialect
MySql
### AGP Version
_No response_
### …
-
I was trying a mock a static method inside my Kotlin class for a unit test, but it seems the Java version of my Unit Test is successful but the Kotlin version is failing
```
@RunWith(RobolectricTe…
-
I'm not sure whether it's mockito-kotlin as it seems that something is wrong on boundary of kotlin/mockito, however it might be a thing that mockito-kotlin can solve somehow.
It seems like that usi…
Th4n updated
7 months ago
-
https://github.com/renovatebot/renovate/blob/39d01251b26bd6f84c34d45e834249418f6f8210/lib/config/presets/internal/replacements.ts#L621
- [x] okhttp
- [ ] stdlib-jre
- [x] mockito-kotlin
- [ …
-
- [ ] Libraries having update available
- [ ] Libraries marked vulnerable by scan
- [ ] Jetty
- [ ] Artemis
- [ ] Redis
- [ ] RabbitMQ
- [ ] Java Runtime Environment
- [ ] Anything else
Know…
-
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
- […
-
Android projects still use JVM target 1.8 due to device constraints; the gradle file therefore contains:
```
android {
...
compileOptions {
sourceCompatibility JavaVersion.VERSI…
-
-
I'd like to use Kotlin and the MockK library to generate mocks for cdi-test, but cdi-test doesn't seem to pick up de annotated mocks.
I'd like some hints as to how I can extend cdi-test to support Mo…
kfud updated
5 months ago