| Class | Description |
|---|---|
| UnsetSimulationPreprocessor |
Default preprocessor for
HoverflyConfig which signals, that no
preprocessor is set. |
| Enum | Description |
|---|---|
| HoverflySimulate.SourceType |
| Annotation Type | Description |
|---|---|
| HoverflyCapture |
Annotation used along with
HoverflyExtension to run Hoverfly in capture mode
By default, it exports captured simulation file to default Hoverfly test resources path ("src/test/resources/hoverfly")
with filename equals to the fully qualified class name of the annotated class. |
| HoverflyConfig | |
| HoverflyCore |
Use with
HoverflyExtension to set mode and configuration. |
| HoverflyDiff |
Annotation used along with
HoverflyExtension to run Hoverfly in diff mode
By default, it tries to compare simulation file from default Hoverfly test resources path ("src/test/resources/hoverfly")
with filename equals to the fully qualified class name of the annotated class. |
| HoverflySimulate |
Annotation used along with
HoverflyExtension to run Hoverfly in simulate mode
By default, it tries to import simulation file from default Hoverfly test resources path ("src/test/resources/hoverfly")
with filename equals to the fully qualified class name of the annotated class. |
| HoverflySimulate.Source |
For passing static simulation source location to
HoverflySimulate annotation |
| HoverflyValidate |
Annotation used to to verify if any discrepancy is detected.
|