doc / ch.tutteli.atrium.reporting.erroradjusters

Package ch.tutteli.atrium.reporting.erroradjusters

Contains marker interfaces for different kinds of AtriumErroAdjusters.

Types

FilterAtriumErrorAdjuster

abstract class FilterAtriumErrorAdjuster : AtriumErrorAdjuster

MultiAtriumErrorAdjuster

expect class MultiAtriumErrorAdjuster : AtriumErrorAdjuster

Represents an AtriumErrorAdjuster which incorporates several AtriumErrorAdjuster and executes one after another during adjustment in the given order.

NoOpAtriumErrorAdjuster

expect object NoOpAtriumErrorAdjuster : AtriumErrorAdjuster

An implementation of an AtriumErrorAdjuster which adjusts nothing.

NoOpAtriumErrorAdjusterCommon

abstract class NoOpAtriumErrorAdjusterCommon : AtriumErrorAdjuster

An implementation of an AtriumErrorAdjuster which adjusts nothing and can be used by the platforms to provide the actual type of NoOpAtriumErrorAdjuster.

RemoveAtriumFromAtriumError

interface RemoveAtriumFromAtriumError : AtriumErrorAdjuster

Responsible to remove the stacktrace of Atrium from an AtriumError.

RemoveRunnerFromAtriumError

interface RemoveRunnerFromAtriumError : AtriumErrorAdjuster

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