Annotation Type DisabledOnQuarkusSnapshot
-
@Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) @ExtendWith(DisabledOnQuarkusSnapshotCondition.class) public @interface DisabledOnQuarkusSnapshot
The@DisabledOnQuarkusannotation can be used to selectively enable or disable certain tests based on version of Quarkus used in the test suite.- See Also:
reason()
-
-
Element Detail
-
reason
String reason
Why is the annotated test class or test method disabled.
-
-