Package org.zanata.seam.test

Examples of org.zanata.seam.test.ComponentWithRequiredAutoCreateChild


        assertThat(test.getUnbuildableTestComponent(), nullValue());
    }

    @Test
    public void postConstructInvoked() {
        ComponentWithRequiredAutoCreateChild test =
                SeamAutowire.instance()
                        .autowire(ComponentWithRequiredAutoCreateChild.class);

        assertThat(test.isPostConstructInvoked(), is(true));
    }
View Full Code Here

TOP

Related Classes of org.zanata.seam.test.ComponentWithRequiredAutoCreateChild

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.