TransformationExecutionStep
Defines the minimal contract for the execution step of a subject transformation process - i.e. the step after choosing all options.
Inheritors
Functions
Finishes the transformation process by appending the Assertion which is returned when calling collect with the given assertionCreator.
Finishes the transformation process by appending the Assertion which is returned when calling TransformationExecutionStep.collectAndAppend with _logicAppend and the given assertionCreator.
Finishes the transformation process by simply performing the transformation as such.
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.