Package com.qspin.qtaste.testsuite

Examples of com.qspin.qtaste.testsuite.TestDataSet


    /** Creates a new instance of PythonTestScript
     * @throws FileNotFoundException
     * @throws IOException
     */
    public JythonTestScript(List<LinkedHashMap<String, String>> data, List<TestRequirement> requirements, File fileName, File testSuiteDirectory, TestSuite testSuite) throws IOException {
        super(fileName.getParentFile(), testSuiteDirectory, fileName.getParentFile().getName(), new TestDataSet(data), requirements, testSuite);

        this.fileName = fileName.getCanonicalFile().getAbsoluteFile();

        String version = VersionControl.getInstance().getTestApiVersion(fileName.getParentFile().getPath());
        //String version = parseVersion(fileName.getParentFile().getPath());
View Full Code Here

TOP

Related Classes of com.qspin.qtaste.testsuite.TestDataSet

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.