SubjectChangerBuilder
Helps in using SubjectChanger by providing a guide to set the different parameters in form of a fluent builder.
Types
Link copied to clipboard
Step which allows to specify the description and representation of the change.
Link copied to clipboard
interface ExecutionStep<SubjectT, SubjectAfterChangeT> : TransformationExecutionStep<SubjectT, SubjectAfterChangeT, Expect<SubjectAfterChangeT>>
Step which allows to decide how the transformation shall be executed.
Link copied to clipboard
Optional step which allows to specify a custom SubjectChanger.FailureHandler.
Link copied to clipboard
Final step in the help-me-to-call-SubjectChanger-process, which creates an ExecutionStep incorporating all chosen options and is able to call SubjectChanger accordingly.
Link copied to clipboard