All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description HoverflyCapture Annotation 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.HoverflyConfig HoverflyCore Use withHoverflyExtensionto set mode and configuration.HoverflyDiff Annotation used along withHoverflyExtensionto 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 HoverflyExtension starts Hoverfly proxy server before all test methods are executed and stops it after all.HoverflySimulate Annotation used along withHoverflyExtensionto 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 For passing static simulation source location toHoverflySimulateannotationHoverflySimulate.SourceType HoverflySpy Annotation used along withHoverflyExtensionto 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.UnsetSimulationPreprocessor Default preprocessor forHoverflyConfigwhich signals, that no preprocessor is set.