java.lang.Object
juju.reattore.perfcap.tester.impl.CSVTester
- All Implemented Interfaces:
- juju.reattore.perfcap.tester.Tester
- public class CSVTester
- extends java.lang.Object
- implements juju.reattore.perfcap.tester.Tester
'Tests' using previously recorded data. This tester can import
data previously recorded using the CSVReporter including
de-serialising the recorded results.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.commons.logging.Log log
vars
private java.util.List vars
res
private java.util.List res
it
private java.util.Iterator it
CSVTester
public CSVTester()
decode
private juju.reattore.perfcap.tester.Results decode(java.lang.String val)
throws java.lang.Exception
load
private void load(java.lang.String name)
throws java.lang.Exception
setSource
public void setSource(java.lang.String name)
throws java.lang.Exception
- The file to read the data from.
setPerfCap
public void setPerfCap(juju.reattore.perfcap.PerfCap top)
- Attach to the top level runner.
go
public juju.reattore.perfcap.tester.Results go()
throws java.lang.Exception
- Description copied from interface:
juju.reattore.perfcap.tester.Tester
- Run the test and return the results.
- Specified by:
go in interface juju.reattore.perfcap.tester.Tester