Package org.camunda.bpm.rest
Class EmbeddedEngineRest_WILDFLY
- java.lang.Object
-
- org.camunda.bpm.rest.EmbeddedEngineRest_WILDFLY
-
public class EmbeddedEngineRest_WILDFLY extends Object
-
-
Constructor Summary
Constructors Constructor Description EmbeddedEngineRest_WILDFLY()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchive
createDeployment()
void
testDeploymentWorks()
-
-
-
Method Detail
-
createDeployment
@Deployment(managed=false, name="embedded-engine-rest") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
-
testDeploymentWorks
@RunAsClient public void testDeploymentWorks() throws IOException
- Throws:
IOException
-
-