@Override
public void runTest() {
clearExpectations();
try {
final RunnerCharacteristic runnerCharacteristic = new RunnerCharacteristic();
Runner<Object> runner = new RunnerFactory().createRunner(generator, annotation.runs(),
runnerCharacteristic, annotation.verbose());
runner.forAll();
ClassificationExpectation expectation = ClassificationExpectation
.gathered();