- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetBeanDesc (0.12 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 Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 2.3K bytes - Viewed (0)