C E G I L M O S W 
All Classes All Packages

C

customizeWiremockConfiguration(WireMockConfiguration) - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
Customizes the WireMockConfiguration that will be used to create the next .

E

envOrDefault(String, String) - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
Get the value of a given environment variable or a default value if it does not exist
envVarsPresent(String...) - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
Determines whether each of the given environment variable names is set

G

getRecordTargetBaseUrl() - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
The target base URL that WireMock should watch for when recording requests.

I

inject(Object) - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
If mocking is enabled, inject an instance of WireMockServer into any fields annotated with MockServer.
isDeleteRecordedMappingsOnError() - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
Whether recorded stub mapping files should be deleted if the HTTP response was an error code (>= 400).
isMockingEnabled() - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
Conditions under which the WireMockServer should be started.

L

LOG - Static variable in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
 

M

MockServer - Annotation Type in org.apache.camel.quarkus.test.wiremock
Used by the companion WireMockTestResourceLifecycleManager to inject WireMockServer instances into test classes.

O

org.apache.camel.quarkus.test.wiremock - package org.apache.camel.quarkus.test.wiremock
 

S

server - Variable in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
 
start() - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
Starts the WireMockServer and configures request / response recording if it has been enabled
stop() - Method in class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
Stops the WireMockServer instance if it was started and stops recording if record mode was enabled

W

WireMockTestResourceLifecycleManager - Class in org.apache.camel.quarkus.test.wiremock
 
WireMockTestResourceLifecycleManager() - Constructor for class org.apache.camel.quarkus.test.wiremock.WireMockTestResourceLifecycleManager
 
C E G I L M O S W 
All Classes All Packages