Skip to content

Commit 3c0627c

Browse files
initialize parameterized junit class at build time
1 parent 619e396 commit 3c0627c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-spanner-jdbc/native-image.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Args = --initialize-at-build-time==com.google.cloud.spanner.IntegrationTestEnv,\
1212
org.junit.runners.Parameterized,\
1313
org.junit.runner.RunWith,\
1414
org.junit.FixMethodOrder,\
15-
org.junit.experimental.categories.Category,\
15+
org.junit.experimental.categories.Category,\
16+
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters,\

0 commit comments

Comments
 (0)