Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for t_ (0.02 seconds)

  1. src/test/java/org/codelibs/core/lang/StringUtilTest.java

        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testTrimPrefix() throws Exception {
            assertEquals("AAA", StringUtil.trimPrefix("T_AAA", "T_"));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testIsBlank() throws Exception {
            assertEquals("1", true, StringUtil.isBlank(" "));
    Created: Sat Dec 20 08:55:33 GMT 2025
    - Last Modified: Sat Nov 22 11:21:59 GMT 2025
    - 11.4K bytes
    - Click Count (0)
Back to Top