doc / ch.tutteli.atrium.reporting.erroradjusters / RemoveRunnerFromAtriumError

RemoveRunnerFromAtriumError

interface RemoveRunnerFromAtriumError : AtriumErrorAdjuster (source)

Responsible to remove the stacktrace of the test runner(s) from an AtriumError.

It is a marker interface so that one can ComponentFactoryContainer.buildOrNull an implementation of a AtriumErrorAdjuster with the desired behaviour.

Inherited Functions

adjustStackTrace

abstract fun adjustStackTrace(stackTrace: Sequence<StackTraceElement>): Sequence<StackTraceElement>

Adjusts the given Throwable.stackTrace in some way or another.

Inheritors

RemoveRunnerFromAtriumErrorImpl

expect class RemoveRunnerFromAtriumErrorImpl : RemoveRunnerFromAtriumError