Search in sources :

Example 1 with ContainerBean

use of org.apache.xbean.spring.example.ContainerBean in project geronimo-xbean by apache.

the class ComponentTest method test.

protected void test(String file) {
    BeanFactory f = new ClassPathXmlApplicationContext(file);
    ContainerBean container = (ContainerBean) f.getBean("container");
    assertNotNull(container);
    assertNotNull(container.getBeans());
    assertEquals(1, container.getBeans().length);
}
Also used : ContainerBean(org.apache.xbean.spring.example.ContainerBean) ClassPathXmlApplicationContext(org.apache.xbean.spring.context.ClassPathXmlApplicationContext) BeanFactory(org.springframework.beans.factory.BeanFactory)

Aggregations

ClassPathXmlApplicationContext (org.apache.xbean.spring.context.ClassPathXmlApplicationContext)1 ContainerBean (org.apache.xbean.spring.example.ContainerBean)1 BeanFactory (org.springframework.beans.factory.BeanFactory)1