Annotation Type RequireAllTestsFlag


@Deprecated @Target({TYPE,METHOD}) @Retention(RUNTIME) @ExtendWith(RequireAllTestsFlagCondition.class) public @interface RequireAllTestsFlag
Deprecated.
we should use tags like "@Tag("require-all-tests")"
Some tests are quite excessive, we can mark tests with this annotation for which we want the tests to only be executed if the "enable-all-checks" profile is enabled. (Actually it works by setting an environment variable named "ENABLE_ALL_TESTS" to "true".