You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-bigquery/src/test/java/com/google/gcloud/bigquery/InsertAllRequestTest.java
+39-14Lines changed: 39 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
19
19
importstaticorg.junit.Assert.assertEquals;
20
20
importstaticorg.junit.Assert.assertFalse;
21
+
importstaticorg.junit.Assert.assertNull;
21
22
importstaticorg.junit.Assert.assertTrue;
22
23
23
24
importcom.google.common.collect.ImmutableList;
@@ -45,6 +46,7 @@ public class InsertAllRequestTest {
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/package-info.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
* A client to Google Cloud Resource Manager.
19
19
*
20
20
* <p>Here's a simple usage example for using gcloud-java-resourcemanager:
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/testing/LocalResourceManagerHelper.java
0 commit comments