Interface BatchScenarioCreator


  • public interface BatchScenarioCreator
    Interface for classes that can create BatchScenarios. Users will implement this class in order to have their BatchScenario run.
    Version:
    $Revision$ $Date$
    Author:
    Nick Collier
    • Method Detail

      • createScenario

        BatchScenario createScenario()
        Creates a BatchScenario suitable for running by the BatchRunner.
        Returns:
        a BatchScenario suitable for running by the BatchRunner.