public class CDIContextCreationIntegrationTest extends Object
| Constructor and Description |
|---|
CDIContextCreationIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.JavaArchive |
createCdiTestJar() |
static org.jboss.shrinkwrap.api.spec.JavaArchive |
createDeployment() |
static org.jboss.shrinkwrap.api.spec.JavaArchive |
createOtherCdiTestJar() |
void |
testCDIContextCreation() |
@Deployment public static org.jboss.shrinkwrap.api.spec.JavaArchive createDeployment()
public void testCDIContextCreation()
throws InterruptedException
InterruptedException@Deployment(name="cdi-context-a.jar",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.JavaArchive createCdiTestJar()
@Deployment(name="cdi-context-b.jar",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.JavaArchive createOtherCdiTestJar()
Copyright © 2016. All rights reserved.