Package io.specto.hoverfly.junit5.api
Annotation Type HoverflyCapture
-
@Inherited @Target(TYPE) @Retention(RUNTIME) public @interface HoverflyCaptureAnnotation used along withHoverflyExtensionto 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.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description HoverflyConfigconfigHoverfly configurationsjava.lang.StringfilenameThe name for the exported simulation file, eg.java.lang.StringpathThe path for exporting the simulation file
-
-
-
Element Detail
-
config
HoverflyConfig config
Hoverfly configurations- See Also:
HoverflyConfig
- Default:
- @io.specto.hoverfly.junit5.api.HoverflyConfig
-
-