47484950515253545556
} @Test public void testNode() throws Exception { Helloworld client = node.getService(Helloworld.class, "HelloworldClient"); assertNotNull(client); assertEquals("Hi Hello Petra", client.sayHello("Petra")); }