Annotation Type SkipWhenSslModeIsNot


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenSslModeIsNot
Marker annotation used together with the SkipTestDependingOnSslModeRule JUnit rule, that allows tests to be skipped based on the SSL mode set by system env used for testing
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    io.debezium.connector.mysql.MySqlConnectorConfig.SecureConnectionMode
     
  • Optional Element Summary

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

    • value

      io.debezium.connector.mysql.MySqlConnectorConfig.SecureConnectionMode value
    • reason

      String reason
      Returns the reason why the test should be skipped.
      Default:
      ""