Class ElapsedTimeStrategyTest


  • public class ElapsedTimeStrategyTest
    extends Object
    Author:
    Randall Hauch
    • Field Detail

      • delay

        private io.debezium.util.ElapsedTimeStrategy delay
    • Constructor Detail

      • ElapsedTimeStrategyTest

        public ElapsedTimeStrategyTest()
    • Method Detail

      • beforeEach

        public void beforeEach()
      • testConstantDelay

        public void testConstantDelay()
      • testLinearDelay

        public void testLinearDelay()
      • testStepDelayStartingBeforeStep

        public void testStepDelayStartingBeforeStep()
      • testStepDelayStartingAfterStep

        public void testStepDelayStartingAfterStep()
      • testExponentialDelay

        public void testExponentialDelay()
      • assertElapsed

        protected void assertElapsed()
      • assertNotElapsed

        protected void assertNotElapsed()