- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetBeanDesc (1.08 sec)
-
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))); } /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.3K bytes - Viewed (0)