Adding JUnit Test Class order to Library module

This commit is contained in:
Svante Schubert
2022-11-28 12:22:56 +01:00
parent d2ead928ff
commit 1c915967fe
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# ClassOrderer$OrderAnnotation sorts classes based on their @Order annotation
junit.jupiter.testclass.order.default=org.junit.jupiter.api.ClassOrderer$OrderAnnotation

View File

@@ -0,0 +1,2 @@
# ClassOrderer$OrderAnnotation sorts classes based on their @Order annotation
junit.jupiter.testclass.order.default=org.junit.jupiter.api.ClassOrderer$OrderAnnotation