Convert RDE tests (and some test rules) from JUnit 4 to JUnit 5 (#677)

* Add JUnit Params and start using it

* Convert rest of RDE tests

* Don't check headers for generated tests

* Expand visibility to fix build breakage

* Bump JUnit versions to 5.6.2
This commit is contained in:
Ben McIlwain 2020-07-10 21:32:36 -04:00 committed by GitHub
parent 987f390ff7
commit 4cb88ab6e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 715 additions and 829 deletions

View file

@ -77,9 +77,9 @@ PRESUBMITS = {
PresubmitCheck(
r".*Copyright 20\d{2} The Nomulus Authors\. All Rights Reserved\.",
("java", "js", "soy", "sql", "py", "sh", "gradle"), {
".git", "/build/", "/generated/", "node_modules/",
"JUnitBackports.java", "registrar_bin.", "registrar_dbg.",
"google-java-format-diff.py",
".git", "/build/", "/generated/", "/generated_tests/",
"node_modules/", "JUnitBackports.java", "registrar_bin.",
"registrar_dbg.", "google-java-format-diff.py",
"nomulus.golden.sql", "soyutils_usegoog.js"
}, REQUIRED):
"File did not include the license header.",