Package org.jboss.weld.test.util

Examples of org.jboss.weld.test.util.ActionSequence.beginsWith()


        Alpha instance = bean.create(ctx);
        bean.destroy(instance, ctx);

        ActionSequence sequence = ActionSequence.getSequence();
        assertEquals(4, sequence.getData().size());
        assertTrue(sequence.beginsWith(Charlie.class.getName() + String.class.getName(), Bravo.class.getName()
                + SessionBean.class.getName()));
    }

}
View Full Code Here


        Alpha instance = bean.create(ctx);
        bean.destroy(instance, ctx);

        ActionSequence sequence = ActionSequence.getSequence();
        assertEquals(4, sequence.getData().size());
        assertTrue(sequence.beginsWith(Charlie.class.getName() + EntityManager.class.getName(), Bravo.class.getName()
                + EntityManagerFactory.class.getName()));
    }

}
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.