Beispiel #1
0
        public void InsertRows_NoRows_NoOp()
        {
            // We don't set up any expected requests, so if the client issues any, the test will fail.
            var service = new FakeBigqueryService();
            var client  = new BigQueryClientImpl("project", service);

            client.InsertRows("dataset", "table", new BigQueryInsertRow[0]);
        }