Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyValueStoreTestSuite ¶
func KeyValueStoreTestSuite[B storage.KeyValueStoreTBroker[T], T any]( tsF future.Future[B], newT func(seed ...int64) T, match func(any) types.GomegaMatcher, ) func()
The function [newT] must return a new T according to the following rules: 1. newT(a) == newT(a) 2. newT(a) != newT(b) 3. newT() == zero
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.