Package io.debezium.util
Class ElapsedTimeStrategyTest
- java.lang.Object
-
- io.debezium.util.ElapsedTimeStrategyTest
-
public class ElapsedTimeStrategyTest extends Object
- Author:
- Randall Hauch
-
-
Constructor Summary
Constructors Constructor Description ElapsedTimeStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertElapsed()protected voidassertNotElapsed()voidbeforeEach()voidtestConstantDelay()voidtestExponentialDelay()voidtestLinearDelay()voidtestStepDelayStartingAfterStep()voidtestStepDelayStartingBeforeStep()
-
-
-
Field Detail
-
delay
private io.debezium.util.ElapsedTimeStrategy delay
-
clock
private MockClock clock
-
-
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()
-
-