public abstract class AbstractWarTestCase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected URL |
deploymentURL |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWarTestCase(String version,
String type,
String suite,
String name,
String... deployments) |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment(String version,
String type,
String suite) |
void |
test() |
@ArquillianResource protected URL deploymentURL
@Deployment(name="portal",
testable=false,
order=1)
public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
throws Exception
Exceptionpublic static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment(String version, String type, String suite) throws Exception
Exceptionpublic final void test()
Copyright © 2003-2017 GateIn. All Rights Reserved.