public class CamelEnablementTest extends Object
| Constructor and Description |
|---|
CamelEnablementTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
hawtioDeployment() |
static org.jboss.shrinkwrap.api.spec.JavaArchive |
jarNoCamelDeployment() |
static org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive |
rarDeployment() |
void |
testHawtioDeployment() |
void |
testNoCamelDependency() |
void |
testRarDeployment() |
@Deployment(name="hawtio.war") public static org.jboss.shrinkwrap.api.spec.WebArchive hawtioDeployment()
@Deployment(name="myadapter.rar") public static org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive rarDeployment()
@Deployment(name="nocameldep.jar") public static org.jboss.shrinkwrap.api.spec.JavaArchive jarNoCamelDeployment()
@OperateOnDeployment(value="hawtio.war") public void testHawtioDeployment()
@OperateOnDeployment(value="myadapter.rar") public void testRarDeployment()
@OperateOnDeployment(value="nocameldep.jar") public void testNoCamelDependency()
Copyright © 2016. All rights reserved.