An open API service indexing awesome lists of open source software.

https://github.com/fbiville/strange-bugs


https://github.com/fbiville/strange-bugs

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Strange bugs

## ClassCastException with `mockito-kotlin` and `Result.flatMap` custom extension

Run:

```console
$ mvn test -Dtest=SomeServiceFlatMapTest
```

## ClassCastException with `mockito-kotlin` and built-in `Result.map`

Run:

```console
$ mvn test -Dtest=SomeServiceMapTest
```

## `Result.failure(xxx)` results in `isSuccess == true` with `jqwik` and `Result.forEach` custom extension

```console
$ mvn test -Dtest='ForEach*'
```