File tree Expand file tree Collapse file tree
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery
google-cloud-storage/src/test/java/com/google/cloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717package com .google .cloud .bigquery ;
1818
19+ import static org .easymock .EasyMock .createMock ;
20+ import static org .easymock .EasyMock .expect ;
21+ import static org .easymock .EasyMock .replay ;
22+ import static org .easymock .EasyMock .verify ;
23+ import static org .junit .Assert .assertEquals ;
24+ import static org .junit .Assert .assertFalse ;
25+ import static org .junit .Assert .assertNull ;
26+ import static org .junit .Assert .assertSame ;
27+ import static org .junit .Assert .assertTrue ;
28+
1929import com .google .api .client .http .HttpHeaders ;
2030import com .google .api .client .http .HttpResponseException ;
2131import com .google .cloud .BaseServiceException ;
2232import com .google .cloud .RetryHelper .RetryHelperException ;
23- import org .junit .Test ;
24-
2533import java .io .IOException ;
2634import java .net .SocketTimeoutException ;
27-
28- import static org .easymock .EasyMock .*;
29- import static org .junit .Assert .*;
35+ import org .junit .Test ;
3036
3137public class BigQueryExceptionTest {
3238
Original file line number Diff line number Diff line change 1616
1717package com .google .cloud .storage ;
1818
19+ import static org .easymock .EasyMock .createMock ;
20+ import static org .easymock .EasyMock .expect ;
21+ import static org .easymock .EasyMock .replay ;
22+ import static org .easymock .EasyMock .verify ;
23+ import static org .junit .Assert .assertEquals ;
24+ import static org .junit .Assert .assertFalse ;
25+ import static org .junit .Assert .assertNull ;
26+ import static org .junit .Assert .assertSame ;
27+ import static org .junit .Assert .assertTrue ;
28+
1929import com .google .api .client .googleapis .json .GoogleJsonError ;
2030import com .google .api .client .http .HttpHeaders ;
2131import com .google .api .client .http .HttpResponseException ;
2232import com .google .cloud .BaseServiceException ;
2333import com .google .cloud .RetryHelper .RetryHelperException ;
24- import org .junit .Test ;
25-
2634import java .io .IOException ;
2735import java .net .SocketTimeoutException ;
28-
29- import static org .easymock .EasyMock .*;
30- import static org .junit .Assert .*;
36+ import org .junit .Test ;
3137
3238public class StorageExceptionTest {
3339
You can’t perform that action at this time.
0 commit comments