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

RemoveAtriumFromAtriumError

interface RemoveAtriumFromAtriumError : AtriumErrorAdjuster (source)

Responsible to remove the stacktrace of Atrium 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

RemoveAtriumFromAtriumErrorImpl

expect class RemoveAtriumFromAtriumErrorImpl : RemoveAtriumFromAtriumError