Package de.hybris.bootstrap.annotations
Annotation Type BugProofTest
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface BugProofTestThe
@BugProofTestannotation is provided for marking tests which will be executed in a separate way. It will not be executed when searching for all test-classes (anything marked@Test), but only when specifically searching for@BugProofTest.