@Retention(value=RUNTIME) @Target(value=METHOD) public @interface LoadTest
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
abruptTerminationAtTestEnd |
Class<? extends Throwable> |
expected |
boolean |
haltOnError |
long |
maxExecutionTimeIndividualIteration |
int |
maxThreadCount |
boolean |
preEmptiveTestClassInstantiationWithTestClassObjectReUsedBetweenIterations |
long |
rampUpTimeInMilliseconds |
int |
timeout |
long |
totalDurationInMilliseconds |
Copyright © 2020. All rights reserved.