Searched refs:CLASSES (Results 1 – 1 of 1) sorted by relevance
53 private static final Class[] CLASSES = { A.class, B.class }; field in MessageUtilsTest80 assertSparseArrayEquals(expected, MessageUtils.findMessageNames(CLASSES)); in basicOperation()88 assertSparseArrayEquals(expected, MessageUtils.findMessageNames(CLASSES, in withPrefixes()94 MessageUtils.findMessageNames(CLASSES, new String[]{"CMD_", "NOTIFICATION_"}); in duplicateConstants()