@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface PerformanceTest
The @PerformanceTest annotation is provided for marking tests which will be executed in a different way,
for example 10 times in a row. To execute it 10 times in a row for example write @PerformanceTest(executions = 10).
| Modifier and Type | Optional Element and Description |
|---|---|
int |
executions
Repeats the whole test-class
|
Copyright © 2018 SAP SE. All Rights Reserved.