public class ProvisionerServiceTest extends Object
Provisioner service.| Modifier and Type | Class and Description |
|---|---|
static class |
ProvisionerServiceTest.Setup |
| Constructor and Description |
|---|
ProvisionerServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.Archive<?> |
deployment() |
static org.jboss.shrinkwrap.api.Archive<?> |
getDeployment() |
static org.jboss.shrinkwrap.api.Archive<?> |
getRepositoryResource() |
void |
setUp() |
void |
testDeploymentWithDependency() |
void |
testProvisionResources() |
@Deployment public static org.jboss.shrinkwrap.api.Archive<?> deployment()
public void testDeploymentWithDependency()
throws Exception
Exception@Deployment(name="deploymentB",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.Archive<?> getDeployment()
@Deployment(name="resourceB",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.Archive<?> getRepositoryResource()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.