@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Tag(value="MockServerTest") @ExtendWith(value=org.conqat.lib.commons.test.mockserver.MockServerExtension.class) public @interface MockServerTest
MockServerExtension
and configures the target server.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The URL of the target server.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
dockerHost
Whether the target host points to a docker test container.
|
public abstract java.lang.String value
public abstract boolean dockerHost