Upgrade prober & proxy packages from JUnit 4 to JUnit 5 (#734)

* Upgrade prober & proxy packages from JUnit 4 to JUnit 5
This commit is contained in:
Ben McIlwain 2020-08-01 11:34:58 -04:00 committed by GitHub
parent 090c233592
commit e95ce30fa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 358 additions and 3137 deletions

View file

@ -75,10 +75,9 @@ dependencies {
testCompile deps['com.google.monitoring-client:contrib']
testCompile deps['com.google.truth:truth']
testCompile deps['org.yaml:snakeyaml']
testCompile deps['junit:junit']
testCompile deps['org.junit.jupiter:junit-jupiter-api']
testCompile deps['org.junit.jupiter:junit-jupiter-engine']
testCompile deps['org.junit.vintage:junit-vintage-engine']
testCompile deps['org.junit.jupiter:junit-jupiter-params']
testCompile deps['org.mockito:mockito-core']
testCompile project(path: ':common', configuration: 'testing')
testCompile project(path: ':networking', configuration: 'testRuntime')