All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static RunsDuring |
during(Duration duration) |
static RunsDuring |
during(int nb,
TimeDivision timeDivision) |
static InParallel |
inParallel(int count,
Unit unit,
Every every,
Over over) |
static NothingFor |
nothingFor(Duration duration) |
static NothingFor |
nothingFor(int nb,
TimeDivision timeDivision) |
static Execution |
once(int nb,
Unit unit) |
static Pattern |
pattern(From from,
To to,
Over over,
Function<Integer,Long> function) |
static Ramp |
ramp(From from,
To to,
Over over) |
static Repeat |
repeat(int executionCount,
Execution... executions) |
static SineRamp |
sineRamp(From from,
To to,
Over over) |
static Times |
times(long occurrences) |
static WarmUp |
warmup(RunsDuring during) |
static WarmUp |
warmup(Times times) |