|
Arquillian Container Test API 1.0.0.CR8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Deployment

Defines that this method returns a deployment definition, either a Archive or a Descriptor.
| Optional Element Summary | |
|---|---|
boolean |
managed
Describes whether or not this deployment should be deployed by Arquillian. |
String |
name
Name the deployment so you can reference it using the Deployer API if managed is false or target is using @OperateOnDeployment |
int |
order
If multiple deployments are specified against the same target and defined as startup, this control the order of which they will be given to the Container. |
boolean |
testable
Defines if this deployment should be wrapped up based on the protocol so the testcase can be executed incontainer. |
public abstract String name
Deployer API if managed is false or target is using @OperateOnDeployment
public abstract boolean managed
public abstract int order
public abstract boolean testable
|
Arquillian Container Test API 1.0.0.CR8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||