Package io.apigee.trireme.node10.test

Examples of io.apigee.trireme.node10.test.BasicTest


    private static NodeImplementation impl;

    @BeforeClass
    public static void init()
    {
        impl = new Node10Implementation();
        System.out.println("Version = " + impl.getVersion());
    }
View Full Code Here

TOP

Related Classes of io.apigee.trireme.node10.test.BasicTest

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.