Package-level declarations
Contains contracts involved in transforming Expect, their subject respectively.
Types
Represents a SubjectChanger.FailureHandler which acts as an adapter for another failure handler by mapping first the given subject to another type SubjectIntermediateT which is understood as input of the other failure handler.
Defines the contract for sophisticated safe feature extractions
including assertion creation for the feature.
Helps in using FeatureExtractor by providing a guide to set the different parameters in form of a fluent builder.
Helps in using SubjectChanger by providing a guide to set the different parameters in form of a fluent builder.
Defines the minimal contract for the execution step of a subject transformation process - i.e. the step after choosing all options.