| 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 |
|
| 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 |
|
| HoverflySpy |
Annotation used along with HoverflyExtension to run Hoverfly in spy mode
In this mode, Hoverfly simulates external APIs if a request match is found in simulation data
(See Simulate mode), otherwise, the request will be passed through to the real API.
|
| HoverflyValidate |
Annotation used to verify if any discrepancy is detected.
|