protected void tearDown() throws Exception {
node.stop();
}
public void testCalculator() throws Exception {
RegistryInspector registryInspector = new RegistryInspector();
System.out.println(registryInspector.registryAsString(node));
RuntimeInspector runtimeInspector = new RuntimeInspector();
System.out.println(runtimeInspector.runtimeAsString(node));