We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04facd7 commit f53251cCopy full SHA for f53251c
log4j-core-test/src/main/java/org/apache/logging/log4j/core/test/util/InternalLoggerRegistryGCTest.java
@@ -16,7 +16,12 @@
16
*/
17
package org.apache.logging.log4j.core.test.util;
18
19
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
20
+import static org.junit.jupiter.api.Assertions.assertFalse;
21
+import static org.junit.jupiter.api.Assertions.assertNotNull;
22
+import static org.junit.jupiter.api.Assertions.assertNull;
23
+import static org.junit.jupiter.api.Assertions.assertSame;
24
+import static org.junit.jupiter.api.Assertions.assertTrue;
25
26
import java.lang.ref.WeakReference;
27
import java.util.concurrent.CountDownLatch;
0 commit comments