Class SignalTest

java.lang.Object
io.debezium.pipeline.signal.SignalTest

public class SignalTest extends Object
Author:
Jiri Pechanec
  • Constructor Details

    • SignalTest

      public SignalTest()
  • Method Details

    • shouldDetectSignal

      public void shouldDetectSignal()
    • shouldExecuteLog

      public void shouldExecuteLog() throws Exception
      Throws:
      Exception
    • shouldIgnoreInvalidSignalType

      public void shouldIgnoreInvalidSignalType() throws Exception
      Throws:
      Exception
    • shouldIgnoreUnparseableData

      public void shouldIgnoreUnparseableData() throws Exception
      Throws:
      Exception
    • shouldRegisterAdditionalAction

      public void shouldRegisterAdditionalAction() throws Exception
      Throws:
      Exception
    • shouldExecuteFromEnvelope

      public void shouldExecuteFromEnvelope() throws Exception
      Throws:
      Exception
    • shouldIgnoreInvalidEnvelope

      public void shouldIgnoreInvalidEnvelope() throws Exception
      Throws:
      Exception
    • config

      protected io.debezium.config.CommonConnectorConfig config()