Annotation Type SkipWhenGtidModeIs
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenGtidModeIs
Marker annotation used together with theSkipTestDependingOnGtidModeRuleJUnit rule, that allows tests to be skipped based on the GTID mode set in the database used for testing
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SkipWhenGtidModeIs.GtidModevalue
-
-
-
Element Detail
-
value
SkipWhenGtidModeIs.GtidMode value
-
-
-
reason
String reason
Returns the reason why the test should be skipped.- Default:
- ""
-
-