package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jun 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type T interface {
Errorf(format string, args ...any)
FailNow()
Cleanup(fn func())
}
type THelper interface {
T
Helper()
}
type TParallel interface {
T
Parallel()
}
type TRun[I T] interface {
T
Run(name string, fn func(t I)) bool
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.