# Functions
BadgerDB creates a temporary BadgerKVStore that automatically gets cleaned up when the test finishes.
PebbleDB creates a temporary PebbleKVStore that automatically gets cleaned up when the test finishes.
Rand32ByteArray returns an array with 32 random bytes.
Rand49ByteArray returns an array with 49 random bytes.
Rand64ByteArray returns an array with 64 random bytes.
RandByte returns a random byte.
RandBytes returns length amount random bytes.
RandFloat64 returns a random float64.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RandUint16 returns a random uint16.
RandUint32 returns a random uint32.
RandUint64 returns a random uint64.
RandUint8 returns a random uint8.
RocksDB creates a temporary RocksDBKVStore that automatically gets cleaned up when the test finishes.
SortedRand32BytArray returns a count length slice of sorted 32 byte arrays.
TempDir creates a temporary directory, that automatically gets cleaned up when the test finishes.