Skip to content

Commit b4d749a

Browse files
committed
Update ConstructorUtilsTest.java
1 parent 21b2a5d commit b4d749a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

microsphere-java-core/src/test/java/io/microsphere/reflect/ConstructorUtilsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package io.microsphere.reflect;
22

3+
import io.microsphere.junit.jupiter.api.extension.annotation.UtilsTestExtension;
34
import org.junit.jupiter.api.Test;
45

56
import static io.microsphere.reflect.ConstructorUtils.findConstructor;
@@ -23,6 +24,7 @@
2324
* @see ConstructorUtils
2425
* @since 1.0.0
2526
*/
27+
@UtilsTestExtension
2628
public class ConstructorUtilsTest {
2729

2830
static class PublicConstructorClass {

0 commit comments

Comments
 (0)