Package org.apache.tuscany.sca.tools.inspector

Examples of org.apache.tuscany.sca.tools.inspector.RegistryInspector


    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));
       
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.tools.inspector.RegistryInspector

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.