Contains contracts for subject-change related functionality such as SubjectChanger and ExtractedFeaturePostStep
class
Option step which allows to decide what should be done with the transformed subject of type R. |
|
class
Option step which allows to decide what should be done with the extracted feature of type R. |
|
class
Represents a SubjectChanger.FailureHandler which as an adapter for another failure handler by mapping first the given subject to another type R1 which is understood as input of the other failure handler. |
|
interface
Defines the contract for sophisticated |
|
abstract class
Step which kind of holds the state of a previous final step related to a subject change/feature extraction etc. and now allows to decide what should happen with it. |
|
interface
Defines the contract to change the subject of an assertion container (e.g. the subject of Expect) by creating a new Expect whereas the new Expect delegates assertion checking to a given original assertion container. |
val
The access point to an implementation of FeatureExtractor. |
|
val
The access point to an implementation of SubjectChanger. |