We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033375c commit 51c8726Copy full SHA for 51c8726
samples/snippets/src/test/java/com/example/spanner/DatabaseRolesIT.java
@@ -30,8 +30,13 @@
30
import org.junit.Before;
31
import org.junit.BeforeClass;
32
import org.junit.Test;
33
+import org.junit.runner.RunWith;
34
+import org.junit.runners.JUnit4;
35
36
+/** Integration tests for FGAC samples for GoogleStandardSql dialect. */
37
+@RunWith(JUnit4.class)
38
public class DatabaseRolesIT extends SampleTestBase {
39
+
40
private static DatabaseId databaseId;
41
42
@BeforeClass
0 commit comments