Skip to main content

Module testing

Module testing 

Source
Expand description

Testing-only StateMgr that stores values in a hash table.

Structsยง

TestingStateMgr
A state manager for testing support, that allows simulating persistence without having to store anything to disk.
TestingStateMgrInner ๐Ÿ”’
The inner state of a TestingStateMgr.
TestingStateMgrStorage ๐Ÿ”’
Implementation type for TestingStateMgr: represents an underlying storage system that can be shared by multiple TestingStateMgr instances at a time, only one of which can hold the lock.