Expand description
Test doubles
Enable unit testing of blockchain interactions with controlled inputs and predictable behavior.
Structsยง
- Dumb
Block Scanner - Dumb block scanner
- Dumb
Block Streamer - Dumb block streamer
- Fake
Chain Observer - A Fake ChainObserver for testing purpose using fixed data.
- Fake
Chain Reader - FakeChainReader is a fake implementation of ChainBlockReader for testing purposes.
- InMemory
Block Range Root - In memory Block range root representation, for testing purposes.
- InMemory
Chain Data Store - In memory implementation of ChainDataStore, for testing purposes.
- InMemory
Chain Data Store Builder - Builder for InMemoryChainDataStore.