- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetBeanDesc (0.21 seconds)
-
src/test/java/org/codelibs/core/beans/factory/BeanDescFactoryTest.java
import org.codelibs.core.beans.BeanDesc; import org.junit.Test; /** * @author higa */ public class BeanDescFactoryTest { /** * @throws Exception */ @Test public void testGetBeanDesc() throws Exception { final BeanDesc beanDesc = BeanDescFactory.getBeanDesc(MyBean.class); assertThat(BeanDescFactory.getBeanDesc(MyBean.class), is(sameInstance(beanDesc))); } /**Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 2.3K bytes - Click Count (0)