https://kotlinlang.org logo
#strikt
Title
# strikt
d

dave08

11/28/2018, 5:39 PM
Another little point: running
expectThat(catching { ... }).isNull()
, if it throws, it doesn't print the exceptions message... in my case:
Copy code
▼ Expect that com.squareup.moshi.JsonDataException:
  ✗ is null
which doesn't help too much to identify the source of the problem.
m

mkobit

11/28/2018, 5:45 PM
i noticed that too - is there an open issue for that?
2 Views