1
0
mirror of https://github.com/google/nomulus synced 2026-02-09 06:20:29 +00:00

Upgrade TestPipeline extension from JUnit 4 to 5

This commit is contained in:
Ben McIlwain
2020-07-23 15:53:38 -04:00
committed by Ben McIlwain
parent 33910613da
commit 91b7d92cf8
10 changed files with 209 additions and 243 deletions

View File

@@ -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.