ExecutionStepImpl  
    class ExecutionStepImpl<T, R>(container: AssertionContainer<T>, action: AssertionContainer<T>.() -> Expect<R>, actionAndApply: AssertionContainer<T>.(Expect<R>.() -> Unit) -> Expect<R>) : BaseTransformationExecutionStep<T, R, Expect<R>> , SubjectChangerBuilder.ExecutionStep<T, R> (source)
Constructors
Link copied to clipboard
                  constructor(container: AssertionContainer<T>, action: AssertionContainer<T>.() -> Expect<R>, actionAndApply: AssertionContainer<T>.(Expect<R>.() -> Unit) -> Expect<R>)
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Finishes the transformation process by appending the Assertion which is returned when calling collect with the given assertionCreator.
Link copied to clipboard
                  fun <T, R> TransformationExecutionStep<T, R, *>.collectAndLogicAppend(assertionCreator: AssertionContainer<R>.() -> Assertion): Expect<T>
Finishes the transformation process by appending the Assertion which is returned when calling TransformationExecutionStep.collectAndAppend with _logicAppend and the given assertionCreator.
Link copied to clipboard
                  Finishes the transformation process by carrying the transformation out and appending the assertions the given assertionCreator creates for the subject of type R resulting from the transformation as single assertion.