- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testConstantValuesAreUnique (0.63 sec)
-
src/test/java/jcifs/internal/dtyp/SecurityInfoTest.java
assertTrue(Modifier.isFinal(modifiers), "Field " + field.getName() + " should be final"); } } @Test @DisplayName("Test constant values are unique") void testConstantValuesAreUnique() throws IllegalAccessException { Field[] fields = SecurityInfo.class.getDeclaredFields(); Set<Integer> values = new HashSet<>(); for (Field field : fields) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7.5K bytes - Viewed (0)