Modifier and Type | Optional Element and Description |
---|---|
String |
afterEachRun
Parameter of the method which works as a tearDown-like.
|
String |
afterLastRun
Parameter of the method which works as a tearDown-like, but just once for
all runs.
|
String |
beforeEachRun
Parameter of the method which works as a setUp-like.
|
String |
beforeFirstRun
Parameter of the method which works as a setUp-like, but just once for
all runs.
|
int |
runs
Parameter for the number of runs of this bench.
|
public abstract String beforeFirstRun
public abstract String afterLastRun
public abstract String beforeEachRun
public abstract String afterEachRun
public abstract int runs
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.