@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 {