Skip to content

Commit

Permalink
Enhance test sources
Browse files Browse the repository at this point in the history
- CustomFormatSource to be repeatable (@repeatable annotation)
- Test source provides do not need to implement AnnotationConsumer
- Add test dependency on junit-platform-commons
  • Loading branch information
spannm committed Mar 1, 2024
1 parent ce95b6f commit bb66d49
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 201 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
Loading

0 comments on commit bb66d49

Please sign in to comment.