- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testPropertyDesc (0.09 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
import org.junit.Test; /** * @author higa * @author manhole */ public class BeanDescImplTest { /** * @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");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)