Functions
Link copied to clipboard
operator fun <SubjectT, SubjectAfterChangeT> invoke(container: AssertionContainer<SubjectT>, action: (AssertionContainer<SubjectT>) -> Expect<SubjectAfterChangeT>, actionAndApply: (AssertionContainer<SubjectT>, Expect<SubjectAfterChangeT>.() -> Unit) -> Expect<SubjectAfterChangeT>): SubjectChangerBuilder.ExecutionStep<SubjectT, SubjectAfterChangeT>
Creates the FinalStep in the context of the SubjectChangerBuilder.