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