christophsturm
05/11/2020, 4:19 PMexpectCatching { … }.isA<BlahException>
should rethrow the exception if its not the expected exception, or at least show the stacktrace of the unexpected exceptionrobfletcher
05/11/2020, 4:20 PMisA
robfletcher
05/11/2020, 4:21 PMexpectCatching { … }.isFailure().isA<Whatever>()
robfletcher
05/11/2020, 4:23 PMexpectCatching { … }.failedWith<WhateverException>()
robfletcher
05/11/2020, 4:24 PMchristophsturm
05/11/2020, 4:24 PMrobfletcher
05/11/2020, 4:25 PMfailedWith
works?robfletcher
05/11/2020, 4:25 PMisA
christophsturm
05/11/2020, 4:26 PMchristophsturm
05/11/2020, 4:34 PMFormatting.formatValue
)robfletcher
05/11/2020, 4:37 PM