Package org.castor.xmlctf

Examples of org.castor.xmlctf.TestCaseAggregator


        }

        getLog().info("classpath for sourcegenerator is:" + classpath);

        // run testCase
        TestCaseAggregator aggregator = new TestCaseAggregator(testRootFile, outputRoot);
        // aggregator.
        runJUnit(aggregator.suite());
    }
View Full Code Here

TOP

Related Classes of org.castor.xmlctf.TestCaseAggregator

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.