- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEqualsIgnoreCase (0.13 sec)
-
src/test/java/org/codelibs/core/lang/StringUtilTest.java
assertEquals("5", false, StringUtil.equals("a", "b")); } /** * @throws Exception */ @Test public void testEqualsIgnoreCase() throws Exception { assertEquals("1", true, StringUtil.equalsIgnoreCase("a", "a")); assertEquals("2", true, StringUtil.equalsIgnoreCase("a", "A"));
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 11.4K bytes - Viewed (0)