Package com.volantis.mcs.integration.iapi

Examples of com.volantis.mcs.integration.iapi.ArgumentElement.elementEnd()


     * Test the method elementEnd    
     */
    public void testElementEnd() throws Exception {
        ArgumentElement element = new ArgumentElement();
        // this method doesn't do anything so we can pass in two null params.
        int result = element.elementEnd(null, null);
        assertEquals("Unexpected result from elementEnd.",
                IAPIConstants.CONTINUE_PROCESSING, result);
    }

    /**
 
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.