@Singleton @Requires(env="test") public class DefaultCheckpointSimulator extends java.lang.Object implements CheckpointSimulator
Constructor and Description |
---|
DefaultCheckpointSimulator(java.util.List<OrderedResource> resources) |
Modifier and Type | Method and Description |
---|---|
void |
runAfterRestore()
Simulates a restore.
|
void |
runBeforeCheckpoint()
Simulates a checkpoint.
|
public DefaultCheckpointSimulator(java.util.List<OrderedResource> resources)
public void runBeforeCheckpoint()
CheckpointSimulator
runBeforeCheckpoint
in interface CheckpointSimulator
public void runAfterRestore()
CheckpointSimulator
runAfterRestore
in interface CheckpointSimulator