public class EjbEarIntegrationTest extends Object
| Constructor and Description |
|---|
EjbEarIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.JavaArchive |
createdeployment() |
static org.jboss.shrinkwrap.api.spec.EnterpriseArchive |
createEarDeployment() |
static org.jboss.shrinkwrap.api.spec.JavaArchive |
createJarDeployment() |
void |
testEjbEarContextLookup() |
void |
testEjbEarDeployment() |
void |
testEjbJarContextLookup() |
void |
testEjbJarDeployment() |
@Deployment public static org.jboss.shrinkwrap.api.spec.JavaArchive createdeployment()
@Deployment(name="camel-ejb-jar.jar",
managed=true,
testable=false)
public static org.jboss.shrinkwrap.api.spec.JavaArchive createJarDeployment()
@Deployment(name="camel-ejb-ear.ear",
managed=true,
testable=false)
public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive createEarDeployment()
Copyright © 2016. All rights reserved.