Class SignalTest


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

      • SignalTest

        public SignalTest()
    • Method Detail

      • shouldDetectSignal

        public void shouldDetectSignal()
      • 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()