|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface JitrConfiguration
Test classes that want to customize how Jitr runs will need to be annotated with this annotation. If your test class is not annotated with this, it will use the Jitr defaults as defined here.
| Optional Element Summary | |
|---|---|
java.lang.Class<?> |
containerClass
Sets the type of container you want Jitr to use. |
java.lang.String |
containerWorkPath
Sets the relative path of the working directory for the container. |
java.lang.String |
contextPath
Context path for the war. |
OperationalMode |
mode
Operational mode to run in. |
int |
port
Set the port number for the container to use. |
java.lang.String |
warPath
The path to the unpacked war. |
public abstract java.lang.Class<?> containerClass
public abstract java.lang.String containerWorkPath
Default value: target
public abstract java.lang.String contextPath
Default value: /
public abstract OperationalMode mode
Default value: OperationalMode.INTERNAL
public abstract int port
Default value: -1
public abstract java.lang.String warPath
Default value: src/main/webapp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||