Package-level declarations

Contains marker interfaces for different kinds of AtriumErrorAdjusters.

Contains marker interfaces for different kinds of AtriumErrorAdjusters.

Contains marker interfaces for different kinds of AtriumErrorAdjusters.

Types

Link copied to clipboard
expect class MultiAtriumErrorAdjuster(firstAdjuster: AtriumErrorAdjuster, secondAdjuster: AtriumErrorAdjuster, otherAdjusters: List<AtriumErrorAdjuster>) : AtriumErrorAdjuster

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

Link copied to clipboard

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

Link copied to clipboard

Responsible to remove the stacktrace of Atrium from an AtriumError.

Link copied to clipboard

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