Package org.jboss.shrinkwrap.impl

Examples of org.jboss.shrinkwrap.impl.BeansXml.alternatives()


        return ShrinkWrap.create(WebArchive.class).addClasses(Foo.class, Bar.class, InjectedBean.class, AbstractBeansXmlLocationTest.class);
    }

    public static Asset getBeansXml() {
        BeansXml beans = new BeansXml();
        beans.alternatives(Bar.class);
        return beans;
    }

    @Test
    public void testBeansXmlInUse() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.