Package org.apache.tuscany.sca.extensibility.test

Examples of org.apache.tuscany.sca.extensibility.test.TestInterface.test()


        Assert.assertEquals(System.identityHashCode(ti), ti.hashCode());
        ServiceHelper.start(ti);
        ServiceHelper.stop(ti);
        QName name = ti.getArtifactType();
        Assert.assertEquals(new QName("http://sample", "Test2"), name);
        String str = ti.test("ABC");
        Assert.assertEquals("Test 2: ABC", str);
        ServiceHelper.stop(ti);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.