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