Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T interface { Errorf(format string, args ...interface{}) FailNow() Logf(format string, args ...any) // PickValue returns the next value PickValue(untyped generator.UntypedGenerator) interface{} // HasMore is used for generating a sequence of values HasMore() bool // Cleanup runs a function when the test is done Cleanup(f func()) }
T is the testing interface used for writing stateful tests
Click to show internal directories.
Click to hide internal directories.