Tryout a deterministic test class order

This commit is contained in:
Christian Beikov 2021-12-17 15:39:45 +01:00 committed by Steve Ebersole
parent fb30206387
commit d1a732fcf1
2 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,8 @@
ext {
junitVersion = '4.13.2'
junitVintageVersion = '5.7.1'
junit5Version = '5.7.1'
junitVintageVersion = '5.8.2'
junit5Version = '5.8.2'
h2Version = '1.4.197'
bytemanVersion = '4.0.16' //Compatible with JDK16

View File

@ -0,0 +1 @@
junit.jupiter.testclass.order.default=org.junit.jupiter.api.ClassOrderer$ClassName