Class SkipTestDependingOnSslModeRule

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

    public class SkipTestDependingOnSslModeRule
    extends AnnotationBasedTestRule
    JUnit rule that skips a test based on the SkipWhenSslModeIsNot annotation on either a test method or a test class.
    • Field Detail

      • CURRENT_SSL_MODE

        private static final String CURRENT_SSL_MODE
    • Constructor Detail

      • SkipTestDependingOnSslModeRule

        public SkipTestDependingOnSslModeRule()
    • Method Detail

      • apply

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