Skip to content

Commit ae62ba0

Browse files
bonigarciadiemol
andauthored
[java] Migrate all tests to JUnit Jupiter (JUnit 5) (issue #10196) (#10778)
[java] Migrate all tests to JUnit Jupiter (JUnit 5) Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 38bf1e4 commit ae62ba0

File tree

503 files changed

+3271
-3865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+3271
-3865
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ rules_jvm_external_setup()
132132

133133
http_archive(
134134
name = "contrib_rules_jvm",
135-
sha256 = "79773625951a7a6dc0fc1636ef2388253b69a1e8109b34198c191953280648ab",
136-
strip_prefix = "rules_jvm-0.3.0",
137-
url = "https://github.com/bazel-contrib/rules_jvm/archive/v0.3.0.tar.gz",
135+
sha256 = None,
136+
strip_prefix = "rules_jvm-35d89231aed8527b49dd2caba966e9cb097b4da6",
137+
url = "https://github.com/bazel-contrib/rules_jvm/archive/35d89231aed8527b49dd2caba966e9cb097b4da6.zip",
138138
)
139139

140140
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")

java/defs.bzl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ load("//java/private:suite.bzl", _java_selenium_test_suite = "java_selenium_test
1313
load(
1414
"@contrib_rules_jvm//java:defs.bzl",
1515
_JUNIT5_DEPS = "JUNIT5_DEPS",
16-
_JUNIT5_VINTAGE_DEPS = "JUNIT5_VINTAGE_DEPS",
1716
_java_test_suite = "java_test_suite",
1817
)
1918

20-
def java_test_suite(name, runner = "junit4", **kwargs):
19+
def java_test_suite(name, runner = "junit5", **kwargs):
2120
_java_test_suite(name = name, runner = runner, **kwargs)
2221

2322
artifact = _artifact
@@ -33,4 +32,3 @@ javadoc = _javadoc
3332
merge_jars = _merge_jars
3433
selenium_test = _selenium_test
3534
JUNIT5_DEPS = _JUNIT5_DEPS
36-
JUNIT5_VINTAGE_DEPS = _JUNIT5_VINTAGE_DEPS

java/maven_deps.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ def selenium_java_deps():
7272
"org.junit.jupiter:junit-jupiter-api:%s" % junit_jupiter_version,
7373
"org.junit.jupiter:junit-jupiter-engine:%s" % junit_jupiter_version,
7474
"org.junit.jupiter:junit-jupiter-params:%s" % junit_jupiter_version,
75-
"org.junit.vintage:junit-vintage-engine:%s" % junit_jupiter_version,
7675
"org.junit.platform:junit-platform-launcher:%s" % junit_platform_version,
7776
"org.junit.platform:junit-platform-reporting:%s" % junit_platform_version,
7877
"org.junit.platform:junit-platform-commons:%s" % junit_platform_version,
7978
"org.junit.platform:junit-platform-engine:%s" % junit_platform_version,
79+
"org.junit.platform:junit-platform-suite-engine:%s" % junit_platform_version,
80+
"org.junit.platform:junit-platform-suite-api:%s" % junit_platform_version,
8081
"net.bytebuddy:byte-buddy:1.12.10",
8182
"dev.failsafe:failsafe:3.2.4",
8283
"net.sourceforge.htmlunit:htmlunit-core-js:2.61.1",

java/maven_install.json

Lines changed: 130 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependency_tree": {
33
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
4-
"__INPUT_ARTIFACTS_HASH": -1341687044,
5-
"__RESOLVED_ARTIFACTS_HASH": -1988842798,
4+
"__INPUT_ARTIFACTS_HASH": 1441119157,
5+
"__RESOLVED_ARTIFACTS_HASH": 512449071,
66
"conflict_resolution": {},
77
"dependencies": [
88
{
@@ -5292,58 +5292,168 @@
52925292
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/1.8.2/junit-platform-reporting-1.8.2.jar"
52935293
},
52945294
{
5295-
"coord": "org.junit.vintage:junit-vintage-engine:jar:sources:5.8.2",
5295+
"coord": "org.junit.platform:junit-platform-suite-api:jar:sources:1.8.2",
5296+
"dependencies": [
5297+
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
5298+
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2"
5299+
],
5300+
"directDependencies": [
5301+
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
5302+
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2"
5303+
],
5304+
"exclusions": [
5305+
"org.hamcrest:hamcrest-all",
5306+
"org.hamcrest:hamcrest-core",
5307+
"io.netty:netty-all"
5308+
],
5309+
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-api/1.8.2/junit-platform-suite-api-1.8.2-sources.jar",
5310+
"mirror_urls": [
5311+
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-api/1.8.2/junit-platform-suite-api-1.8.2-sources.jar",
5312+
"https://maven.google.com/org/junit/platform/junit-platform-suite-api/1.8.2/junit-platform-suite-api-1.8.2-sources.jar"
5313+
],
5314+
"sha256": "53ce9bde5e3222355fa8deb17cb568629827ccedf57efce07ba1077e79feaaa0",
5315+
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-api/1.8.2/junit-platform-suite-api-1.8.2-sources.jar"
5316+
},
5317+
{
5318+
"coord": "org.junit.platform:junit-platform-suite-api:1.8.2",
5319+
"dependencies": [
5320+
"org.apiguardian:apiguardian-api:1.1.2",
5321+
"org.junit.platform:junit-platform-commons:1.8.2"
5322+
],
5323+
"directDependencies": [
5324+
"org.apiguardian:apiguardian-api:1.1.2",
5325+
"org.junit.platform:junit-platform-commons:1.8.2"
5326+
],
5327+
"exclusions": [
5328+
"org.hamcrest:hamcrest-all",
5329+
"org.hamcrest:hamcrest-core",
5330+
"io.netty:netty-all"
5331+
],
5332+
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-api/1.8.2/junit-platform-suite-api-1.8.2.jar",
5333+
"mirror_urls": [
5334+
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-api/1.8.2/junit-platform-suite-api-1.8.2.jar",
5335+
"https://maven.google.com/org/junit/platform/junit-platform-suite-api/1.8.2/junit-platform-suite-api-1.8.2.jar"
5336+
],
5337+
"sha256": "94ef343b05b875bb2e4ef94a7cc62e610e1b9cd78247e2b2ec43ed618a1ed0a7",
5338+
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-api/1.8.2/junit-platform-suite-api-1.8.2.jar"
5339+
},
5340+
{
5341+
"coord": "org.junit.platform:junit-platform-suite-commons:jar:sources:1.8.2",
52965342
"dependencies": [
5297-
"junit:junit:jar:sources:4.13.2",
52985343
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
52995344
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
53005345
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
5346+
"org.junit.platform:junit-platform-launcher:jar:sources:1.8.2",
5347+
"org.junit.platform:junit-platform-suite-api:jar:sources:1.8.2",
53015348
"org.opentest4j:opentest4j:jar:sources:1.2.0"
53025349
],
53035350
"directDependencies": [
5304-
"junit:junit:jar:sources:4.13.2",
53055351
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
5306-
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2"
5352+
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
5353+
"org.junit.platform:junit-platform-launcher:jar:sources:1.8.2",
5354+
"org.junit.platform:junit-platform-suite-api:jar:sources:1.8.2"
53075355
],
53085356
"exclusions": [
53095357
"org.hamcrest:hamcrest-all",
53105358
"org.hamcrest:hamcrest-core",
53115359
"io.netty:netty-all"
53125360
],
5313-
"file": "v1/https/repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2-sources.jar",
5361+
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-commons/1.8.2/junit-platform-suite-commons-1.8.2-sources.jar",
53145362
"mirror_urls": [
5315-
"https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2-sources.jar",
5316-
"https://maven.google.com/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2-sources.jar"
5363+
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-commons/1.8.2/junit-platform-suite-commons-1.8.2-sources.jar",
5364+
"https://maven.google.com/org/junit/platform/junit-platform-suite-commons/1.8.2/junit-platform-suite-commons-1.8.2-sources.jar"
53175365
],
5318-
"sha256": "f2873fcb606ad338934d11d7e7d005e7c08b373bf09c886f9b9d03d21423d63d",
5319-
"url": "https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2-sources.jar"
5366+
"sha256": "eb7216b81dbdc24c633544c385f0d80e128e5339898e8c037046e87feb3780cd",
5367+
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-commons/1.8.2/junit-platform-suite-commons-1.8.2-sources.jar"
53205368
},
53215369
{
5322-
"coord": "org.junit.vintage:junit-vintage-engine:5.8.2",
5370+
"coord": "org.junit.platform:junit-platform-suite-commons:1.8.2",
53235371
"dependencies": [
5324-
"junit:junit:4.13.2",
53255372
"org.apiguardian:apiguardian-api:1.1.2",
53265373
"org.junit.platform:junit-platform-commons:1.8.2",
53275374
"org.junit.platform:junit-platform-engine:1.8.2",
5375+
"org.junit.platform:junit-platform-launcher:1.8.2",
5376+
"org.junit.platform:junit-platform-suite-api:1.8.2",
53285377
"org.opentest4j:opentest4j:1.2.0"
53295378
],
53305379
"directDependencies": [
5331-
"junit:junit:4.13.2",
53325380
"org.apiguardian:apiguardian-api:1.1.2",
5333-
"org.junit.platform:junit-platform-engine:1.8.2"
5381+
"org.junit.platform:junit-platform-engine:1.8.2",
5382+
"org.junit.platform:junit-platform-launcher:1.8.2",
5383+
"org.junit.platform:junit-platform-suite-api:1.8.2"
5384+
],
5385+
"exclusions": [
5386+
"org.hamcrest:hamcrest-all",
5387+
"org.hamcrest:hamcrest-core",
5388+
"io.netty:netty-all"
5389+
],
5390+
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-commons/1.8.2/junit-platform-suite-commons-1.8.2.jar",
5391+
"mirror_urls": [
5392+
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-commons/1.8.2/junit-platform-suite-commons-1.8.2.jar",
5393+
"https://maven.google.com/org/junit/platform/junit-platform-suite-commons/1.8.2/junit-platform-suite-commons-1.8.2.jar"
5394+
],
5395+
"sha256": "7f690bc34916796ef0b84b6d63c9b3892d6f9d2e89b6ee774039771a08b159c4",
5396+
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-commons/1.8.2/junit-platform-suite-commons-1.8.2.jar"
5397+
},
5398+
{
5399+
"coord": "org.junit.platform:junit-platform-suite-engine:jar:sources:1.8.2",
5400+
"dependencies": [
5401+
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
5402+
"org.junit.platform:junit-platform-commons:jar:sources:1.8.2",
5403+
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
5404+
"org.junit.platform:junit-platform-launcher:jar:sources:1.8.2",
5405+
"org.junit.platform:junit-platform-suite-api:jar:sources:1.8.2",
5406+
"org.junit.platform:junit-platform-suite-commons:jar:sources:1.8.2",
5407+
"org.opentest4j:opentest4j:jar:sources:1.2.0"
5408+
],
5409+
"directDependencies": [
5410+
"org.apiguardian:apiguardian-api:jar:sources:1.1.2",
5411+
"org.junit.platform:junit-platform-engine:jar:sources:1.8.2",
5412+
"org.junit.platform:junit-platform-suite-api:jar:sources:1.8.2",
5413+
"org.junit.platform:junit-platform-suite-commons:jar:sources:1.8.2"
5414+
],
5415+
"exclusions": [
5416+
"org.hamcrest:hamcrest-all",
5417+
"org.hamcrest:hamcrest-core",
5418+
"io.netty:netty-all"
5419+
],
5420+
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-engine/1.8.2/junit-platform-suite-engine-1.8.2-sources.jar",
5421+
"mirror_urls": [
5422+
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-engine/1.8.2/junit-platform-suite-engine-1.8.2-sources.jar",
5423+
"https://maven.google.com/org/junit/platform/junit-platform-suite-engine/1.8.2/junit-platform-suite-engine-1.8.2-sources.jar"
5424+
],
5425+
"sha256": "b075b0ecd1755fee39ca01e136aac11b38d44c0a741e95eb63b8a0ec6b680960",
5426+
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-engine/1.8.2/junit-platform-suite-engine-1.8.2-sources.jar"
5427+
},
5428+
{
5429+
"coord": "org.junit.platform:junit-platform-suite-engine:1.8.2",
5430+
"dependencies": [
5431+
"org.apiguardian:apiguardian-api:1.1.2",
5432+
"org.junit.platform:junit-platform-commons:1.8.2",
5433+
"org.junit.platform:junit-platform-engine:1.8.2",
5434+
"org.junit.platform:junit-platform-launcher:1.8.2",
5435+
"org.junit.platform:junit-platform-suite-api:1.8.2",
5436+
"org.junit.platform:junit-platform-suite-commons:1.8.2",
5437+
"org.opentest4j:opentest4j:1.2.0"
5438+
],
5439+
"directDependencies": [
5440+
"org.apiguardian:apiguardian-api:1.1.2",
5441+
"org.junit.platform:junit-platform-engine:1.8.2",
5442+
"org.junit.platform:junit-platform-suite-api:1.8.2",
5443+
"org.junit.platform:junit-platform-suite-commons:1.8.2"
53345444
],
53355445
"exclusions": [
53365446
"org.hamcrest:hamcrest-all",
53375447
"org.hamcrest:hamcrest-core",
53385448
"io.netty:netty-all"
53395449
],
5340-
"file": "v1/https/repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar",
5450+
"file": "v1/https/repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-engine/1.8.2/junit-platform-suite-engine-1.8.2.jar",
53415451
"mirror_urls": [
5342-
"https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar",
5343-
"https://maven.google.com/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar"
5452+
"https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-engine/1.8.2/junit-platform-suite-engine-1.8.2.jar",
5453+
"https://maven.google.com/org/junit/platform/junit-platform-suite-engine/1.8.2/junit-platform-suite-engine-1.8.2.jar"
53445454
],
5345-
"sha256": "ebd567b84e380d5373c47de3c9616d84f7bef91f9f8a8e7fc925be68240c1ba4",
5346-
"url": "https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar"
5455+
"sha256": "69c81182c532024ffcceef6d8c0c98a49b555216d0ea65c7f45977185c4d7fdb",
5456+
"url": "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-engine/1.8.2/junit-platform-suite-engine-1.8.2.jar"
53475457
},
53485458
{
53495459
"coord": "org.mockito:mockito-core:jar:sources:4.5.1",

java/private/selenium_test.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("@contrib_rules_jvm//java:defs.bzl", "java_junit5_test")
12
load(
23
"//common:browsers.bzl",
34
"COMMON_TAGS",
@@ -11,7 +12,6 @@ load(
1112
"edge_jvm_flags",
1213
"firefox_jvm_flags",
1314
)
14-
load("//java/private:library.bzl", "add_lint_tests")
1515

1616
DEFAULT_BROWSER = "firefox"
1717

@@ -79,7 +79,7 @@ def selenium_test(name, test_class, size = "medium", browsers = BROWSERS.keys(),
7979

8080
test = name if browser == default_browser else "%s-%s" % (name, browser)
8181

82-
native.java_test(
82+
java_junit5_test(
8383
name = test,
8484
test_class = test_class,
8585
size = size,
@@ -90,7 +90,7 @@ def selenium_test(name, test_class, size = "medium", browsers = BROWSERS.keys(),
9090
)
9191

9292
if "selenium-remote" in tags:
93-
native.java_test(
93+
java_junit5_test(
9494
name = "%s-remote" % test,
9595
test_class = test_class,
9696
size = size,
@@ -107,4 +107,3 @@ def selenium_test(name, test_class, size = "medium", browsers = BROWSERS.keys(),
107107

108108
# Handy way to run everything
109109
native.test_suite(name = "%s-all-browsers" % name, tests = [":%s-%s" % (name, default_browser)], tags = tags + ["manual"])
110-
add_lint_tests(name, **kwargs)

java/spotbugs-excludes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
</Match>
171171

172172
<Match>
173-
<Class name="org.openqa.selenium.testing.JUnit4TestBase"/>
173+
<Class name="org.openqa.selenium.testing.JupiterTestBase"/>
174174
<Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/>
175175
</Match>
176176

java/src/com/thoughtworks/selenium/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@rules_jvm_external//:defs.bzl", "artifact")
2-
load("//java:defs.bzl", "JUNIT5_VINTAGE_DEPS", "java_library")
2+
load("//java:defs.bzl", "java_library")
33

44
java_library(
55
name = "api",
@@ -40,7 +40,7 @@ java_library(
4040
"//java/src/org/openqa/selenium:core",
4141
artifact("junit:junit"),
4242
artifact("org.testng:testng"),
43-
] + JUNIT5_VINTAGE_DEPS,
43+
],
4444
)
4545

4646
java_library(

java/src/com/thoughtworks/selenium/condition/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@rules_jvm_external//:defs.bzl", "artifact")
2-
load("//java:defs.bzl", "JUNIT5_VINTAGE_DEPS", "java_library")
2+
load("//java:defs.bzl", "java_library")
33

44
java_library(
55
name = "condition",
@@ -10,5 +10,5 @@ java_library(
1010
deps = [
1111
"//java/src/com/thoughtworks/selenium:api",
1212
artifact("junit:junit"),
13-
] + JUNIT5_VINTAGE_DEPS,
13+
],
1414
)

java/src/org/openqa/selenium/lift/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@rules_jvm_external//:defs.bzl", "artifact")
2-
load("//java:defs.bzl", "JUNIT5_VINTAGE_DEPS", "java_export")
2+
load("//java:defs.bzl", "java_export")
33
load("//java:version.bzl", "SE_VERSION")
44

55
java_export(
@@ -15,5 +15,5 @@ java_export(
1515
"//java/src/org/openqa/selenium/support",
1616
artifact("org.hamcrest:hamcrest"),
1717
artifact("junit:junit"),
18-
] + JUNIT5_VINTAGE_DEPS,
18+
],
1919
)

java/test/com/thoughtworks/selenium/BUILD.bazel

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load("@rules_jvm_external//:defs.bzl", "artifact")
2-
load("//java:defs.bzl", "JUNIT5_VINTAGE_DEPS", "java_library", "java_selenium_test_suite")
2+
load("//java:defs.bzl", "JUNIT5_DEPS", "java_library", "java_selenium_test_suite")
33

44
java_library(
55
name = "test-base",
@@ -24,8 +24,8 @@ java_library(
2424
"//java/test/org/openqa/selenium/environment",
2525
"//java/test/org/openqa/selenium/testing/drivers",
2626
artifact("com.google.guava:guava"),
27-
artifact("junit:junit"),
28-
] + JUNIT5_VINTAGE_DEPS,
27+
artifact("org.junit.jupiter:junit-jupiter-api"),
28+
] + JUNIT5_DEPS,
2929
)
3030

3131
java_selenium_test_suite(
@@ -74,7 +74,9 @@ java_selenium_test_suite(
7474
"//java/test/org/openqa/selenium/testing:test-base",
7575
"//java/test/org/openqa/selenium/testing/drivers",
7676
artifact("com.google.guava:guava"),
77-
artifact("junit:junit"),
77+
artifact("org.junit.jupiter:junit-jupiter-api"),
78+
artifact("org.junit.platform:junit-platform-suite-api"),
79+
artifact("org.junit.platform:junit-platform-suite-engine"),
7880
artifact("org.mockito:mockito-core"),
79-
] + JUNIT5_VINTAGE_DEPS,
81+
] + JUNIT5_DEPS,
8082
)

0 commit comments

Comments
 (0)