File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
log4j-jcl/src/test/java/org/apache/logging/log4j/jcl Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
package org .apache .logging .log4j .jcl ;
18
18
19
+ import static org .assertj .core .api .Assertions .assertThat ;
20
+
21
+ import java .util .List ;
19
22
import org .apache .commons .logging .Log ;
20
23
import org .apache .commons .logging .LogFactory ;
21
24
import org .apache .logging .log4j .core .LoggerContext ;
22
25
import org .apache .logging .log4j .core .test .appender .ListAppender ;
23
26
import org .apache .logging .log4j .core .test .junit .LoggerContextSource ;
24
27
import org .junit .jupiter .api .Test ;
25
28
26
- import java .util .List ;
27
-
28
- import static org .assertj .core .api .Assertions .assertThat ;
29
-
30
29
public class CallerInformationTest {
31
30
32
31
@ Test
Original file line number Diff line number Diff line change 16
16
*/
17
17
package org .apache .logging .log4j .jcl ;
18
18
19
+ import static org .assertj .core .api .Assertions .assertThat ;
20
+
21
+ import java .util .List ;
19
22
import org .apache .commons .logging .Log ;
20
23
import org .apache .commons .logging .LogFactory ;
21
24
import org .apache .logging .log4j .core .LoggerContext ;
24
27
import org .apache .logging .log4j .util .Strings ;
25
28
import org .junit .jupiter .api .Test ;
26
29
27
- import java .util .List ;
28
-
29
- import static org .assertj .core .api .Assertions .assertThat ;
30
-
31
30
class LoggerTest {
32
31
33
32
@ Test
You can’t perform that action at this time.
0 commit comments