Annotation Type HoverflySimulate


  • @Inherited
    @Target(TYPE)
    @Retention(RUNTIME)
    public @interface 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.
    • Element Detail

      • enableAutoCapture

        boolean enableAutoCapture
        Enable this flag to run Hoverfly in capture mode if simulation source is not present, otherwise, in simulate mode This flag has no effect on HoverflySimulate.SourceType.URL source
        Default:
        false