doc / ch.tutteli.atrium.logic.creating.transformers.impl.subjectchanger / KindStepImpl

KindStepImpl

class KindStepImpl<T> : SubjectChangerBuilder.KindStep<T> (source)

Constructors

<init>

KindStepImpl(container: AssertionContainer<T>)

Properties

container

val container: AssertionContainer<T>

The previously specified assertion container to which the new Expect will delegate.

Functions

reportBuilder

fun reportBuilder(): SubjectChangerBuilder.DescriptionRepresentationStep<T>

Entry point of the building process to not only change the subject but also report the change in reporting.

Inherited Functions

unreported

open fun <R> unreported(transformation: (T) -> R): Expect<R>

First, FinalStep as well as ExecutionStep in the change-subject-process -- changes the subject without showing the change as such in reporting.