-
**Broken version**: 3.11.1
**Working versions**:
-
I'm using mockito 3.3.3 in android (kotlin) to test my fragment. I'm mock my navController with mockito. But get something error with logcat that I've been posted below. But, when I'm using mockito 2.…
-
Hello,
I would like to share an issue we found when we upgraded to `mockito-kotlin:3.1.0`:
```
> Could not resolve all files for configuration ':app:detachedConfiguration4'.
> Failed to tra…
-
- [x] Replace com.nhaarman.mockitokotlin2:mockito-kotlin with org.mockito.kotlin:mockito-kotlin
- [x] Update ktlint and format the code
- [x] Update other dependencies
- [ ] Remove jcenter repo if …
-
## Expected Behavior
`./gradlew check` should not run into exception, it should produce meaningful error message
## Observed Behavior
```
Analyzing '/usr/app/src/main/kotlin/simpleTensorFlow/dom…
-
I am trying to verify Pact Broker with HTTPS URL but while verifying it's taking always HTTP URL when I am using Maven Plugin. Plugin used :
```xml
au.com.dius
pact-jvm-provider-maven
…
-
Using `@SpringBootTest` with webflux and r2dbc throws error
Spring Boot 2.5.1
Workaround: set `spring.sql.init.mode=never`
`application.yml`
```
spring:
r2dbc:
url: r2dbc:postgresql:/…
-
Hello,
I tried to get a single-page, self-contained HTML summary report following the instructions on the Custom Reporting chapter of Serenity BDD book.
My pom.xml contains:
```
…
-
## Bug report
**Describe the bug**
Hello to you!
After following https://firebase.flutter.dev/docs/messaging/overview and https://pub.dev/packages/firebase_messaging/example I end up in the conso…
-
**Is your feature request related to a problem? Please describe.**
I am frustrated when I try to mock the client for testing. I love the automatic generation of the kotlin files very much, so would p…