expect object NoOpAtriumErrorAdjuster : AtriumErrorAdjuster
(source)
An implementation of an AtriumErrorAdjuster which adjusts nothing.
fun adjustStackTrace(stackTrace: Sequence<StackTraceElement>): Sequence<StackTraceElement>
Adjusts the given Throwable.stackTrace in some way or another. |
open fun adjust(throwable: Throwable): Unit
Adjusts the given throwable - typically this involves filtering the stack trace
( |
|
open fun adjustOtherThanStacks(throwable: Throwable): Unit
Adjusts parts of the given throwable but not its stack trace. |
|
abstract fun adjustStackTrace(stackTrace: Sequence<StackTraceElement>): Sequence<StackTraceElement>
Adjusts the given Throwable.stackTrace in some way or another. |