WireMockContainer |
WireMockContainer.withBanner() |
Enable the banner when starting the WireMock container.
|
WireMockContainer |
WireMockContainer.withCliArg(String arg) |
Adds CLI argument to the WireMock call.
|
WireMockContainer |
WireMockContainer.withExtension(String className) |
Add extension that will be loaded from the classpath.
|
WireMockContainer |
WireMockContainer.withExtensions(String id,
Collection<String> classNames,
Collection<File> jars) |
Add extension that will be loaded from the specified JAR files.
|
WireMockContainer |
WireMockContainer.withExtensions(Collection<String> classNames,
File jarDirectory) |
Add extension that will be loaded from the specified directory with JAR files.
|
WireMockContainer |
WireMockContainer.withExtensions(Collection<String> classNames,
Collection<File> jars) |
Add extension that will be loaded from the specified JAR files.
|
WireMockContainer |
WireMockContainer.withFile(File file) |
Adds file
|
WireMockContainer |
WireMockContainer.withFile(String name,
File file) |
Adds file
|
WireMockContainer |
WireMockContainer.withFileFromResource(Class<?> resource,
String filename) |
|
WireMockContainer |
WireMockContainer.withFileFromResource(String classpathResource) |
|
WireMockContainer |
WireMockContainer.withFileFromResource(String name,
Class<?> resource,
String filename) |
|
WireMockContainer |
WireMockContainer.withFileFromResource(String name,
String classpathResource) |
|
WireMockContainer |
WireMockContainer.withMapping(String name,
Class<?> resource,
String resourceJson) |
Deprecated.
|
WireMockContainer |
WireMockContainer.withMapping(String name,
String json) |
Deprecated.
|
WireMockContainer |
WireMockContainer.withMappingFromJSON(String json) |
Add mapping JSON file from its value
|
WireMockContainer |
WireMockContainer.withMappingFromJSON(String name,
String json) |
Adds a JSON mapping stub to WireMock configuration
|
WireMockContainer |
WireMockContainer.withMappingFromResource(Class<?> resource,
String resourceJson) |
Loads mapping stub from the class resource
|
WireMockContainer |
WireMockContainer.withMappingFromResource(String resourceName) |
Loads mapping stub from the resource file
|
WireMockContainer |
WireMockContainer.withMappingFromResource(String name,
Class<?> resource,
String resourceJson) |
Loads mapping stub from the class resource
|
WireMockContainer |
WireMockContainer.withMappingFromResource(String name,
String resourceName) |
Loads mapping stub from the resource file
|
WireMockContainer |
WireMockContainer.withMappingFromResource(String name,
URL url) |
Loads mapping stub from the resource file
|
WireMockContainer |
WireMockContainer.withoutBanner() |
Disables the banner when starting the WireMock container.
|