Switch non-integration tests to JUnit 5 (#1120)

This commit is contained in:
Austin Shalit
2018-06-11 18:01:49 -04:00
committed by Peter Johnson
parent c7e97f45f5
commit 9108a93598
34 changed files with 383 additions and 445 deletions

View File

@@ -115,10 +115,9 @@ compileJava {
}
dependencies {
testCompileOnly 'junit:junit:4.12'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.2.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.2.0'
devCompile sourceSets.main.output
}