Examples of ItfInvocationParameter01


Examples of org.ow2.easybeans.tests.common.ejbs.base.invocationcontext.ItfInvocationParameter01

     * Verifies if the context data is working following the specification.
     * @throws Exception if there is a problem with the test.
     */
    @Test(groups = {"invocationContext", "getContextData"})
    public void testContextData00() throws Exception {
        ItfInvocationParameter01 icBean = getBeanRemoteInstance(SLSBInvocationContext02.class,
                ItfInvocationParameter01.class);
        icBean.getObjects(null, null);
    }
View Full Code Here

Examples of org.ow2.easybeans.tests.common.ejbs.base.invocationcontext.ItfInvocationParameter01

     * @throws Exception if there is a problem with the test.
     */
    @Test(groups = {"invocationContext", "getContextData"})
    @SuppressWarnings("boxing")
    public void testContextData01() throws Exception {
        ItfInvocationParameter01 icBean = getBeanRemoteInstance(SLSBInvocationContext02.class,
                ItfInvocationParameter01.class);
        icBean.getObjects(new ComplexObject00(), new BeanDescriptor());
    }
View Full Code Here

Examples of org.ow2.easybeans.tests.common.ejbs.base.invocationcontext.ItfInvocationParameter01

     * @throws Exception if there is a problem with the test.
     */
    @Test(groups = {"invocationContext", "getContextData"})
    @SuppressWarnings("boxing")
    public void testContextData02() throws Exception {
        ItfInvocationParameter01 icBean = getBeanRemoteInstance(SLSBInvocationContext02.class,
                ItfInvocationParameter01.class);
        icBean.getObjects(new ComplexObject00(), new BeanDescriptor());
    }
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.