Skip to content

Commit

Permalink
feat(junit5): make JUnit 5 extension feature equal to JUnit 4 rule
Browse files Browse the repository at this point in the history
Related to CAM-14462
  • Loading branch information
mboskamp authored Mar 24, 2022
1 parent 043affa commit 30f6750
Show file tree
Hide file tree
Showing 8 changed files with 445 additions and 61 deletions.
7 changes: 7 additions & 0 deletions test-utils/junit5-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
<version>${version.junit5}</version>
<scope>provided</scope>
</dependency>
<!-- Necessary for using the engine's 'TestHelper class which is based on JUnit 4 -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${version.junit5}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine</artifactId>
Expand Down
Loading

0 comments on commit 30f6750

Please sign in to comment.