All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tatools.sunshine.testng.TestNGSuite Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package org.tatools.sunshine.testng;

import org.tatools.sunshine.core.FileSystemPath;
import org.tatools.sunshine.core.Suite;
import org.tatools.sunshine.core.SuiteException;

/**
 * @author Dmytro Serdiuk ([email protected])
 * @version $Id: 1f11bb02c20eeab0655fa86a5caa2e4f743d1b7c $
 * @since 0.1
 */
public interface TestNGSuite extends Suite {
    /**
     * Return a TestNG tests file.
     *
     * @return an instance of {@link FileSystemPath}.
     * @throws SuiteException if some error occurs
     */
    @Override
    FileSystemPath tests() throws SuiteException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy