Skip to content

Commit

Permalink
removed zeebe spring boot tests and outsource process test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Weinbrecht committed May 20, 2022
1 parent c73c5e1 commit be29c82
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 450 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
import io.camunda.zeebe.process.test.extension.ZeebeProcessTest;
import org.junit.jupiter.api.Test;

import static de.weinbrecht.luc.bpm.architecture.loan.agreement.ProcessTestUtils.*;
import static de.weinbrecht.luc.bpm.architecture.ProcessTestUtils.*;
import static de.weinbrecht.luc.bpm.architecture.loan.agreement.adapter.common.ProcessConstants.*;
import static io.camunda.zeebe.process.test.assertions.BpmnAssert.assertThat;
import static java.util.Collections.singletonMap;

@ZeebeProcessTest
class ProcessTestZeebe {
class ProcessTest {

private ZeebeTestEngine engine;
private ZeebeClient client;
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
import io.camunda.zeebe.process.test.extension.ZeebeProcessTest;
import org.junit.jupiter.api.Test;

import static de.weinbrecht.luc.bpm.architecture.recommendation.ProcessTestUtils.*;
import static de.weinbrecht.luc.bpm.architecture.ProcessTestUtils.*;
import static de.weinbrecht.luc.bpm.architecture.recommendation.adapter.common.ProcessConstants.*;
import static io.camunda.zeebe.process.test.assertions.BpmnAssert.assertThat;

@ZeebeProcessTest
class ProcessTestZeebe {
class ProcessTest {

private ZeebeTestEngine engine;
private ZeebeClient client;
Expand Down
Loading

0 comments on commit be29c82

Please sign in to comment.