@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @ImportAutoConfiguration @AutoConfigureMessageVerifier @PropertyMapping(value="stubrunner", skip=ON_DEFAULT_VALUE) public @interface AutoConfigureStubRunner
Modifier and Type | Optional Element and Description |
---|---|
String |
classifier
The classifier to use by default in ivy co-ordinates for a stub.
|
String[] |
ids
The ids of the stubs to run in "ivy" notation ([groupId]:artifactId:[classifier]:[version][:port]).
|
int |
maxPort
Max value of a port for the automatically started WireMock server
|
int |
minPort
Min value of a port for the automatically started WireMock server
|
String |
repositoryRoot
The repository root to use (where the stubs should be downloaded from)
|
boolean |
workOffline
Should the stubs be checked for presence only locally
|
public abstract int minPort
public abstract int maxPort
public abstract boolean workOffline
public abstract String repositoryRoot
public abstract String[] ids
groupId
, classifier
, version
and port
can be optional.public abstract String classifier
Copyright © 2016–2017 Spring. All rights reserved.