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

com.github.dakusui.jcunit8.testsuite.TestScenario Maven / Gradle / Ivy

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