@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface BugProofTest
The @BugProofTest annotation 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.
Copyright © 2018 SAP SE. All Rights Reserved.