arekolek
04/24/2018, 2:23 PM@Test
fun `throw exception fails test`() {
throw Throwable()
}
@Test
fun `error not implemented doesn't fail`() {
Completable.error(Throwable()).subscribe()
}
even though having any of those lines in your app would crash it