Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCopyBeanToMap_converter3 (0.19 sec)

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

            assertThat(map.get("aaa"), is((Object) 1000L));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testCopyBeanToMap_converter3() throws Exception {
            final Bean2 bean2 = new Bean2();
            bean2.aaa = new Integer(1000);
            final Map<String, Object> map = newHashMap();
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top