Class SkipTestWhenRunWithApicurioRule

java.lang.Object
io.debezium.junit.AnnotationBasedTestRule
io.debezium.connector.oracle.junit.SkipTestWhenRunWithApicurioRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class SkipTestWhenRunWithApicurioRule extends AnnotationBasedTestRule
JUnit rule that skips a test when a test is run against Apicurio registry.
Author:
vjuranek
  • Constructor Details

    • SkipTestWhenRunWithApicurioRule

      public SkipTestWhenRunWithApicurioRule()
  • Method Details

    • apply

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