public class ElapsedTimeStrategyTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private MockClock |
clock |
private io.debezium.util.ElapsedTimeStrategy |
delay |
| Constructor and Description |
|---|
ElapsedTimeStrategyTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertElapsed() |
protected void |
assertNotElapsed() |
void |
beforeEach() |
void |
testConstantDelay() |
void |
testExponentialDelay() |
void |
testLinearDelay() |
void |
testStepDelayStartingAfterStep() |
void |
testStepDelayStartingBeforeStep() |
private io.debezium.util.ElapsedTimeStrategy delay
private MockClock clock
public void beforeEach()
public void testConstantDelay()
public void testLinearDelay()
public void testStepDelayStartingBeforeStep()
public void testStepDelayStartingAfterStep()
public void testExponentialDelay()
protected void assertElapsed()
protected void assertNotElapsed()
Copyright © 2021 JBoss by Red Hat. All rights reserved.