Class ConsoleRunner

  • Direct Known Subclasses:
    ExcelExperimentRunner

    public class ConsoleRunner
    extends AbstractExperimentRunner
    Main class to load and run an experiment from the command line. The experiment can be specified by either the class name (in this case a new experiment of this type will be created) or by specifying the name of an xml file or Excel file containing an experiment (e.g., created with the gui).

    Furthermore this class is used indirectly by Experiments to configure and run them.

    Author:
    Torsten Hildebrandt
    See Also:
    Experiment.main(String[])