Package de.hybris.bootstrap.annotations
Annotation 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).
-
Optional Element Summary
Optional Elements
-
Element Details
-
executions
int executionsRepeats the whole test-class-times - Default:
- 1
-