net.sf.sparql.benchmarking.runners
Class SmokeRunner
java.lang.Object
net.sf.sparql.benchmarking.runners.AbstractRunner<Options>
net.sf.sparql.benchmarking.runners.SmokeRunner
- All Implemented Interfaces:
- Runner<Options>
public class SmokeRunner
- extends AbstractRunner<Options>
A smoke test runner
The smoke test runner is a runner designed to run an operation mix through
only once simply to validate whether all operations are successful. This is
useful for validation and integration testing purposes.
- Author:
- rvesse
Method Summary |
void |
run(Options options)
Runs with the given options |
Methods inherited from class net.sf.sparql.benchmarking.runners.AbstractRunner |
checkOperations, checkSanity, finished, getSanityCheckQueries, halt, halt, reportAfterOperation, reportAfterOperationMix, reportBeforeOperation, reportBeforeOperationMix, reportCategorizedErrors, reportGeneralOptions, reportOperationSummary, reportPartialProgress, reportProgress, reportProgress, runMix, runOp, runSanityChecks, runSetup, runTeardown, started |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmokeRunner
public SmokeRunner()
run
public void run(Options options)
- Description copied from interface:
Runner
- Runs with the given options
Copyright © 2014. All Rights Reserved.