ExecutionStepImpl
class ExecutionStepImpl<SubjectT, FeatureT>(container: AssertionContainer<SubjectT>, action: AssertionContainer<SubjectT>.() -> FeatureExpect<SubjectT, FeatureT>, actionAndApply: AssertionContainer<SubjectT>.(Expect<FeatureT>.() -> Unit) -> Expect<FeatureT>) : BaseTransformationExecutionStep<SubjectT, FeatureT, FeatureExpect<SubjectT, FeatureT>> , FeatureExtractorBuilder.ExecutionStep<SubjectT, FeatureT> (source)
Constructors
Link copied to clipboard
constructor(container: AssertionContainer<SubjectT>, action: AssertionContainer<SubjectT>.() -> FeatureExpect<SubjectT, FeatureT>, actionAndApply: AssertionContainer<SubjectT>.(Expect<FeatureT>.() -> Unit) -> Expect<FeatureT>)
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 simply performing the transformation as such.
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 FeatureT resulting from the transformation as single assertion.