We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce0dbf commit 893743bCopy full SHA for 893743b
1 file changed
microsphere-java-core/src/test/java/io/microsphere/collection/SetsTest.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.SetUtils.of;
@@ -15,6 +16,7 @@
15
16
* @see Sets
17
* @since 1.0.0
18
*/
19
+@UtilsTestExtension
20
public class SetsTest extends AbstractTestCase {
21
22
@Test
0 commit comments