update to Junit 5

This commit is contained in:
2018-08-17 18:44:38 +02:00
parent a5b58cb1b5
commit 19886eff89
3 changed files with 547 additions and 549 deletions

View File

@@ -47,7 +47,7 @@ subprojects {
// dependencies that all sub-projects have
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.2.0'
}
}