Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testIsTargetProperty_prefix (0.11 seconds)

  1. src/test/java/org/codelibs/core/beans/util/CopyOptionsTest.java

            assertThat(option.isTargetProperty("ab"), is(not(true)));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testIsTargetProperty_prefix() throws Exception {
            final CopyOptions option = new CopyOptions().prefix(BeanNames.search_());
            assertThat(option.isTargetProperty("search_aaa"), is(true));
    Created: Sat Dec 20 08:55:33 GMT 2025
    - Last Modified: Fri Jun 20 13:40:57 GMT 2025
    - 12K bytes
    - Click Count (0)
Back to Top