We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c909781 commit e6bd737Copy full SHA for e6bd737
1 file changed
microsphere-java-core/src/test/java/io/microsphere/collection/ListsTest.java
@@ -1,6 +1,7 @@
1
package io.microsphere.collection;
2
3
import io.microsphere.AbstractTestCase;
4
+import io.microsphere.junit.jupiter.api.extension.annotation.UtilsTestExtension;
5
import org.junit.jupiter.api.Test;
6
7
import static io.microsphere.collection.ListUtils.of;
@@ -15,6 +16,7 @@
15
16
* @see Lists
17
* @since 1.0.0
18
*/
19
+@UtilsTestExtension
20
public class ListsTest extends AbstractTestCase {
21
22
@Test
0 commit comments