Class SkipTestDependingOnGtidModeRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class SkipTestDependingOnGtidModeRule
    extends AnnotationBasedTestRule
    JUnit rule that skips a test based on the SkipWhenGtidModeIs annotation on either a test method or a test class.
    • Constructor Detail

      • SkipTestDependingOnGtidModeRule

        public SkipTestDependingOnGtidModeRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runner.Description description)