Skip navigation links
A B G H I R S U V 

A

accept(Simulation) - Method in class io.specto.hoverfly.junit5.api.UnsetSimulationPreprocessor
 
afterAll(ExtensionContext) - Method in class io.specto.hoverfly.junit5.HoverflyExtension
 
afterEach(ExtensionContext) - Method in class io.specto.hoverfly.junit5.HoverflyExtension
 

B

beforeAll(ExtensionContext) - Method in class io.specto.hoverfly.junit5.HoverflyExtension
 
beforeEach(ExtensionContext) - Method in class io.specto.hoverfly.junit5.HoverflyExtension
 

G

getPath(ExtensionContext, HoverflySimulate.Source) - Method in class io.specto.hoverfly.junit5.HoverflyExtension
Returns the path to the simulation source.

H

HoverflyCapture - Annotation Type in io.specto.hoverfly.junit5.api
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 - Annotation Type in io.specto.hoverfly.junit5.api
Customize Hoverfly when using these annotations: HoverflyCore, HoverflySimulate and HoverflyCapture
HoverflyCore - Annotation Type in io.specto.hoverfly.junit5.api
Use with HoverflyExtension to set mode and configuration.
HoverflyDiff - Annotation Type in io.specto.hoverfly.junit5.api
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.
HoverflyExtension - Class in io.specto.hoverfly.junit5
HoverflyExtension starts Hoverfly proxy server before all test methods are executed and stops it after all.
HoverflyExtension() - Constructor for class io.specto.hoverfly.junit5.HoverflyExtension
 
HoverflySimulate - Annotation Type in io.specto.hoverfly.junit5.api
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 - Annotation Type in io.specto.hoverfly.junit5.api
For passing static simulation source location to HoverflySimulate annotation
HoverflySimulate.SourceType - Enum in io.specto.hoverfly.junit5.api
 
HoverflyValidate - Annotation Type in io.specto.hoverfly.junit5.api
Annotation used to to verify if any discrepancy is detected.

I

io.specto.hoverfly.junit5 - package io.specto.hoverfly.junit5
 
io.specto.hoverfly.junit5.api - package io.specto.hoverfly.junit5.api
 

R

resolveParameter(ParameterContext, ExtensionContext) - Method in class io.specto.hoverfly.junit5.HoverflyExtension
 

S

supportsParameter(ParameterContext, ExtensionContext) - Method in class io.specto.hoverfly.junit5.HoverflyExtension
 

U

UnsetSimulationPreprocessor - Class in io.specto.hoverfly.junit5.api
Default preprocessor for HoverflyConfig which signals, that no preprocessor is set.

V

valueOf(String) - Static method in enum io.specto.hoverfly.junit5.api.HoverflySimulate.SourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.specto.hoverfly.junit5.api.HoverflySimulate.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
A B G H I R S U V 
Skip navigation links