BaseTransformationExecutionStep

constructor(container: AssertionContainer<T>, action: AssertionContainer<T>.() -> E, actionAndApply: AssertionContainer<T>.(Expect<R>.() -> Unit) -> Expect<R>)(source)

Parameters

T

The parameter type of the current Expect, of its subject respectively.

R

The parameter type of the new Expect, of its subject respectively.