Annotation Interface SkipWhenGtidModeIs


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenGtidModeIs
Marker annotation used together with the SkipTestDependingOnGtidModeRule JUnit rule, that allows tests to be skipped based on the GTID mode set in the database used for testing
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the reason why the test should be skipped.