mirror of
https://gitee.com/dromara/hutool.git
synced 2025-10-07 23:24:43 +08:00
fix test
This commit is contained in:
@@ -118,6 +118,7 @@ public class AnnotationUtilTest {
|
||||
|
||||
@Test
|
||||
public void testGetCombinationAnnotations() {
|
||||
// ClassForTest -> AnnotationForTest -> MetaAnnotationForTest
|
||||
final MetaAnnotationForTest[] annotations = AnnotationUtil.getCombinationAnnotations(ClassForTest.class, MetaAnnotationForTest.class);
|
||||
assertEquals(1, annotations.length);
|
||||
}
|
||||
|
Reference in New Issue
Block a user