![JAR search and dependency download from the Maven repository](/logo.png)
com.github.dakusui.jcunit8.testsuite.TestScenario Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcunit Show documentation
Show all versions of jcunit Show documentation
Automated combinatorial testing framework on top of JUnit
The newest version!
package com.github.dakusui.jcunit8.testsuite;
import java.util.List;
public interface TestScenario {
List preSuiteProcedures();
List preTestInputProcedures();
List preOracleProcedures();
List oracles();
List postOracleProcedures();
List postTestInputProcedures();
List postSuiteProcedures();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy