KindStepImpl
class KindStepImpl<SubjectT>(val container: AssertionContainer<SubjectT>) : SubjectChangerBuilder.KindStep<SubjectT> (source)
Properties
Link copied to clipboard
The previously specified assertion container to which the new Expect will delegate.
Functions
Link copied to clipboard
Entry point of the building process to not only change the subject but also report the change in reporting.
Link copied to clipboard
open fun <SubjectAfterChangeT> unreported(transformation: (SubjectT) -> SubjectAfterChangeT): Expect<SubjectAfterChangeT>
First, FinalStep as well as ExecutionStep in the change-subject-process -- changes the subject without showing the change as such in reporting.