HelloWorldService helloworldService = (HelloWorldService) moduleContext.locateService("HelloWorld");
assertNotNull(helloworldService);
String value = helloworldService .getGreetings("World");
assertEquals("Hello World", value);
tuscany.stop();
}
protected void setUp() throws Exception {
super.setUp();
URL url = getClass().getResource("/helloworldmc/");