Class EmbeddedCamundaTest


  • public class EmbeddedCamundaTest
    extends org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static EmbeddedCamundaRestServer camundaRestServer  
      protected org.camunda.bpm.client.ExternalTaskClient externalTaskClient  
      • Fields inherited from class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests

        DEFAULT_LOCK_DURATION_EXTERNAL_TASK, DEFAULT_WORKER_EXTERNAL_TASK
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createExternalTaskClient()  
      protected static void startServer()  
      protected void stopExternalTaskClient()  
      protected static void stopServer()  
      • Methods inherited from class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests

        assertThat, assertThat, assertThat, assertThat, assertThat, authorizationService, calledProcessInstance, calledProcessInstance, calledProcessInstance, calledProcessInstance, calledProcessInstance, calledProcessInstance, claim, complete, complete, complete, complete, complete, complete, decisionService, execute, executionQuery, externalTask, externalTask, externalTask, externalTask, externalTask, externalTask, externalTaskQuery, externalTaskService, fetchAndLock, findId, formService, historyService, identityService, job, job, job, job, job, job, jobQuery, managementService, processDefinition, processDefinition, processDefinition, processDefinition, processDefinitionQuery, processInstanceQuery, repositoryService, runtimeService, task, task, task, task, task, task, taskQuery, taskService, unclaim, withVariables
      • Methods inherited from class org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions

        init, processEngine, reset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • externalTaskClient

        protected org.camunda.bpm.client.ExternalTaskClient externalTaskClient
    • Constructor Detail

      • EmbeddedCamundaTest

        public EmbeddedCamundaTest()
    • Method Detail

      • startServer

        @BeforeAll
        protected static void startServer()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stopServer

        @AfterAll
        protected static void stopServer()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createExternalTaskClient

        @BeforeEach
        protected void createExternalTaskClient()
      • stopExternalTaskClient

        @AfterEach
        protected void stopExternalTaskClient()