Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Waiter = assert.Waiter{ WaitDuration: time.Millisecond, Timeout: 5 * time.Second, }
Functions ¶
This section is empty.
Types ¶
type Factory ¶ added in v0.105.0
type Factory[Key comparable] func(tb testing.TB) FactorySubject[Key]
type FactorySubject ¶ added in v0.132.0
type FactorySubject[Key comparable] struct { Factory locks.Factory[Key] MakeContext func() context.Context MakeKey func() Key }
type Locker ¶
type Locker func(testing.TB) LockerSubject
Click to show internal directories.
Click to hide internal directories.