Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestingT ¶
type TestingT interface {
Helper()
Cleanup(f func())
Fail()
FailNow()
Logf(format string, args ...any)
Context() context.Context
Deadline() (time.Time, bool)
}
TestingT is an interface for testing types. It mimics the standard library's *testing.T. It is placed here to avoid imports cycles.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package code provides utilities for working with Go source code and ASTs.
|
Package code provides utilities for working with Go source code and ASTs. |
|
Package message provides functions for generating formatted messages for assertions.
|
Package message provides functions for generating formatted messages for assertions. |
Click to show internal directories.
Click to hide internal directories.