Package-level declarations

Contains (default) implementations for the interfaces defined in ch.tutteli.atrium.logic.transformers specific to subject changing.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FinalStepImpl<T, R>(val transformationStep: SubjectChangerBuilder.TransformationStep<T>, val transformation: (T) -> Option<R>, val failureHandler: SubjectChanger.FailureHandler<T, R>) : SubjectChangerBuilder.FinalStep<T, R>
Link copied to clipboard
Link copied to clipboard
class TransformationStepImpl<T>(val container: AssertionContainer<T>, val description: Translatable, val representation: Any) : SubjectChangerBuilder.TransformationStep<T>