Interface | Description |
---|---|
RunnableExperiment |
Interface for classes implementing experiments that can be
run with the
ExperimentRunner . |
Class | Description |
---|---|
ExperimentContext |
The recorded context of an experiment.
|
ExperimentContext.Variable |
Representation of a recorded variable in an experiment (i.e.
|
ExperimentRunner |
Support for running
RunnableExperiment s and automatically creating
and populating the context of the experiments. |