Available on crate features
test-dependencies only.Expand description
An in-memory WalletDb-backed data store and DataStoreFactory for the
zcash_client_backend testing framework.
Structsยง
- TestDb
- A
WalletDbwrapped as a testing-framework data store: it delegates the wallet traits to the inner database and owns the temporary file backing it. - Test
DbFactory - A
DataStoreFactorythat builds fresh in-memoryTestDbwallets, optionally migrated only to a given set of migrations rather than all of them.