Skip to content
Snippets Groups Projects
Commit 3548923e authored by Hubert FONGARNAND's avatar Hubert FONGARNAND
Browse files

Reformat code

parent 63235a16
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,9 @@ import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import static org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions.assertThat;
import static org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests.*;
import static org.camunda.bpm.extension.mockito.CamundaMockito.autoMock;
import static org.camunda.bpm.extension.mockito.Expressions.registerMockInstance;
import static org.mockito.Matchers.any;
import static org.mockito.Mockito.verify;
......@@ -42,8 +39,7 @@ public class TestProcessTest {
}
@Test
public void startTestProcess()
{
public void startTestProcess() {
final ProcessInstance processInstance = runtimeService().startProcessInstanceByKey(TEST_PROCESS_KEY);
assertThat(processInstance).isWaitingAt("StartEvent_1");
execute(job());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment