File tree Expand file tree Collapse file tree
google-cloud-logging/src/test/java/com/google/cloud/logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717package com .google .cloud .logging ;
1818
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-
2419import com .google .cloud .MonitoredResource ;
2520import com .google .cloud .logging .Logging .WriteOption ;
2621import com .google .cloud .logging .Payload .StringPayload ;
2722import com .google .common .collect .ImmutableList ;
2823import com .google .common .collect .ImmutableMap ;
29-
3024import 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-
3725import java .util .logging .ErrorManager ;
3826import java .util .logging .Formatter ;
3927import java .util .logging .Handler ;
4028import java .util .logging .Level ;
4129import java .util .logging .LogRecord ;
4230import java .util .logging .Logger ;
31+ import org .easymock .EasyMock ;
32+ import org .junit .After ;
33+ import org .junit .Before ;
34+ import org .junit .Test ;
4335
4436public class LoggingHandlerTest {
4537
You can’t perform that action at this time.
0 commit comments