mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-12-07 01:28:34 +08:00
fix test
This commit is contained in:
parent
1d43179470
commit
f46d0891f0
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user