Exemplo n.º 1
0
 @Test
 public void testCancelNonExistingJob() {
   assertFalse(bigquery.cancel("test_cancel_non_existing_job"));
 }