Package itest.nodes.sac

Examples of itest.nodes.sac.Helloworld.sayHello()


    @Test
    public void testNode() throws Exception {

        Helloworld client = node.getService(Helloworld.class, "HelloworldClient");
        assertNotNull(client);
        assertEquals("Hi Hello Petra", client.sayHello("Petra"));
   
    }

    @AfterClass
    public static void tearDownAfterClass() throws Exception {
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.