- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_distinct_noDuplicates (0.09 sec)
-
src/test/java/org/codelibs/fess/ldap/LdapUserTest.java
// Test distinct with single element String[] input = new String[] { "element" }; String[] result = invokeDistinct(input); assertSame(input, result); } public void test_distinct_noDuplicates() { // Test distinct with no duplicates String[] input = new String[] { "a", "b", "c" }; String[] result = invokeDistinct(input); assertEquals(3, result.length);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 16.6K bytes - Viewed (0)