- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getPropertyDescSize (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/core/beans/impl/BeanDescImplTest.java
/** * @throws Exception */ @Test public void testPropertyDesc() throws Exception { final BeanDesc beanDesc = new BeanDescImpl(MyBean.class); assertThat(beanDesc.getPropertyDescSize(), is(5)); PropertyDesc propDesc = beanDesc.getPropertyDesc("aaa"); assertThat(propDesc.getPropertyName(), is("aaa")); assertThat(propDesc.getPropertyType(), is(sameClass(String.class)));Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Fri Jun 20 13:40:57 GMT 2025 - 13.9K bytes - Click Count (0)