Package de.hybris.bootstrap.annotations
Annotation Type PerformanceTest
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface PerformanceTestThe
@PerformanceTestannotation 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 Modifier and Type Optional Element Description intexecutionsRepeats the whole test-class-times
-