Examples of upperVoid()


Examples of sample.Upper.upperVoid()

     */
    @Test
    public void testVoid() {
        System.out.println("SampleNaiveAsyncTestCase.testUpperVoid");
        Upper upper = node.getService(Upper.class, "SampleNativeAsyncReference");
        final String r = upper.upperVoid("asyncVoid");
        System.out.println(r);
        assertEquals("ASYNCVOID", r);
    }   
}
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.