listTests<T extends BaseCheckpointSaver<number>>(initializer: CheckpointSaverTestInitializer<T>)| Name | Type | Description |
|---|---|---|
initializer* | CheckpointSaverTestInitializer<T> | the initializer for the checkpointer |
Exercises the list method of the checkpointer.
IMPORTANT NOTE: This test relies on the getTuple method of the checkpointer functioning properly. If you have
failures in getTuple, you should fix them before addressing the failures in this test.