File tree 1 file changed +4
-12
lines changed
google-cloud-logging/src/test/java/com/google/cloud/logging
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package com .google .cloud .logging ;
18
18
19
- import static org .junit .Assert .assertEquals ;
20
- import static org .junit .Assert .assertFalse ;
21
- import static org .junit .Assert .assertSame ;
22
- import static org .junit .Assert .assertTrue ;
23
-
24
19
import com .google .cloud .MonitoredResource ;
25
20
import com .google .cloud .logging .Logging .WriteOption ;
26
21
import com .google .cloud .logging .Payload .StringPayload ;
27
22
import com .google .common .collect .ImmutableList ;
28
23
import com .google .common .collect .ImmutableMap ;
29
-
30
24
import com .google .common .util .concurrent .Futures ;
31
- import com .google .common .util .concurrent .SettableFuture ;
32
- import org .easymock .EasyMock ;
33
- import org .junit .After ;
34
- import org .junit .Before ;
35
- import org .junit .Test ;
36
-
37
25
import java .util .logging .ErrorManager ;
38
26
import java .util .logging .Formatter ;
39
27
import java .util .logging .Handler ;
40
28
import java .util .logging .Level ;
41
29
import java .util .logging .LogRecord ;
42
30
import java .util .logging .Logger ;
31
+ import org .easymock .EasyMock ;
32
+ import org .junit .After ;
33
+ import org .junit .Before ;
34
+ import org .junit .Test ;
43
35
44
36
public class LoggingHandlerTest {
45
37
You can’t perform that action at this time.
0 commit comments