christophsturm
12/08/2018, 11:10 AM@Test
fun striktTest() {
expect {
that("test").isNotEqualTo("test")
that("test").isEqualTo("test")
}
}
for this i get two stacktraces and both are for the expect linerobfletcher
12/08/2018, 3:53 PMchristophsturm
12/08/2018, 5:19 PMrobfletcher
12/08/2018, 6:45 PMchristophsturm
12/09/2018, 11:00 AMrobfletcher
12/09/2018, 3:36 PM