mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
Upgrade App Engine and webserver tests from JUnit 4 to 5 (#720)
* Upgrade App Engine and webserver tests from JUnit 4 to 5 * Fix most errors * Merge branch 'master' into junit5ification * Fix test server by extracting non-test setup/tear-down * Merge branch 'master' into junit5ification * Fix backup tests * Don't createFile(); asCharSink does it * Increase the timeout for all WebDriver tests to 60s (helps w/ flakiness)
This commit is contained in:
@@ -315,6 +315,7 @@ dependencies {
|
||||
testCompile deps['org.junit.jupiter:junit-jupiter-engine']
|
||||
testCompile deps['org.junit.jupiter:junit-jupiter-migrationsupport']
|
||||
testCompile deps['org.junit.jupiter:junit-jupiter-params']
|
||||
testCompile deps['org.junit-pioneer:junit-pioneer']
|
||||
testCompile deps['org.junit.platform:junit-platform-runner']
|
||||
testCompile deps['org.junit.platform:junit-platform-suite-api']
|
||||
testCompile deps['org.junit.vintage:junit-vintage-engine']
|
||||
|
||||
Reference in New Issue
Block a user