Upgrade TestPipeline extension from JUnit 4 to 5

This commit is contained in:
Ben McIlwain
2020-07-23 21:21:58 -04:00
committed by Ben McIlwain
parent 33910613da
commit 91b7d92cf8
10 changed files with 209 additions and 243 deletions
@@ -68,8 +68,9 @@ final class RegistryCli implements AutoCloseable, CommandRunner {
@Parameter(
names = {"--sql_access_info"},
description = "Name of a file containing space-separated SQL access info used when deploying "
+ "Beam pipelines")
description =
"Name of a file containing space-separated SQL access info used when deploying "
+ "Beam pipelines")
private String sqlAccessInfoFile = null;
// Do not make this final - compile-time constant inlining may interfere with JCommander.