We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b2a5d commit b4d749aCopy full SHA for b4d749a
1 file changed
microsphere-java-core/src/test/java/io/microsphere/reflect/ConstructorUtilsTest.java
@@ -1,5 +1,6 @@
1
package io.microsphere.reflect;
2
3
+import io.microsphere.junit.jupiter.api.extension.annotation.UtilsTestExtension;
4
import org.junit.jupiter.api.Test;
5
6
import static io.microsphere.reflect.ConstructorUtils.findConstructor;
@@ -23,6 +24,7 @@
23
24
* @see ConstructorUtils
25
* @since 1.0.0
26
*/
27
+@UtilsTestExtension
28
public class ConstructorUtilsTest {
29
30
static class PublicConstructorClass {
0 commit comments