tests: Move to JUnit 5 (#3357)

This commit is contained in:
Alex
2021-12-13 10:41:36 +01:00
committed by GitHub
parent f086826942
commit 858b6b5471
6 changed files with 37 additions and 51 deletions

View File

@ -67,7 +67,6 @@ val javadocDir = rootDir.resolve("docs").resolve("javadoc").resolve(project.name
allprojects {
dependencies {
// Tests
testImplementation("junit:junit:4.13.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
}