Package itest.nodes.sac

Examples of itest.nodes.sac.Helloworld


    }

    @Test
    public void testNode() throws Exception {

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

TOP

Related Classes of itest.nodes.sac.Helloworld

Copyright © 2018 www.massapicom. 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.