christophsturm
11/05/2021, 2:21 PMchristophsturm
11/05/2021, 2:24 PMget { throwable.orElse(null) }.isNull()
but it does not show the stacktracechristophsturm
11/05/2021, 2:26 PMget { throwable.orElse(null)?.stackTraceToString() }.isEqualTo(null)
christophsturm
11/05/2021, 2:27 PMisNull
acts different from isEqualToNull
and does not show the actual value. I think isNull
should just delegate to isEqualTo(null)
robfletcher
11/16/2021, 11:16 PMfail