mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Switch non-integration tests to JUnit 5 (#1120)
This commit is contained in:
committed by
Peter Johnson
parent
c7e97f45f5
commit
9108a93598
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user