package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Aug 24, 2022
License: MIT
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
¶
Package test provides functionalities for testing the project.
type T interface {
Errorf(format string, args ...interface{})
FailNow()
Cleanup(func())
}
T is an interface wrapper around *testing.T.
NoOpT initiates a new T that does nothing.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.