Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Waiter = assert.Waiter{ WaitDuration: time.Millisecond, Timeout: 5 * time.Second, }
Functions ¶
func LockerFactory ¶
func LockerFactory[Key comparable](mk func(tb testing.TB) LockerFactorySubject[Key]) suites.Suite
Types ¶
type LockerFactorySubject ¶
type LockerFactorySubject[Key comparable] struct { LockerFactory guard.LockerFactory[Key] MakeContext func() context.Context MakeKey func() Key }
Click to show internal directories.
Click to hide internal directories.