@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface HoverflyCapture
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.| Modifier and Type | Optional Element and Description |
|---|---|
HoverflyConfig |
config
Hoverfly configurations
|
java.lang.String |
filename
The name for the exported simulation file, eg.
|
java.lang.String |
path
The path for exporting the simulation file
|
public abstract HoverflyConfig config
HoverflyConfig