package org.apache.tuscany.sca.cpp.tools.junit; /** * This is a "run this first" testcase that just tests some simple operations of * the scagen tools it uses the * Hydra.sca.core\test\testSCASystem\composites\MyValueServiceComposite SCA composite as * input data. */ public class IntfClassWithNameSpaceButNotInClassAttrTest extends TuscanyTestCase { /** * Constructor for CustomerInfoTestOLD. * * @param arg0 */ public IntfClassWithNameSpaceButNotInClassAttrTest(String arg0) { super(arg0); } /** * Test the Hydra.sca.core\test\testSCASystem\composites\MyValueServiceComposite * proxy and wrapper generation. */ public void testEnvHandler() { testComposite("MyValueServiceCompositeIntfClassWithNamespaceButNotInClassAttr", check_results); } }