Documentation
¶
Index ¶
Constants ¶
View Source
const ( Replay = iota OneShot )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckContext ¶ added in v0.13.0
type CheckContext struct {
*TestContext
// contains filtered or unexported fields
}
type CheckFunction ¶ added in v0.13.0
type CheckFunction func(c *CheckContext) error
type Test ¶
type Test struct {
// contains filtered or unexported fields
}
type TestCapture ¶
type TestCapture struct {
// contains filtered or unexported fields
}
type TestContext ¶
type TestContext struct {
// contains filtered or unexported fields
}
Source Files
¶
- tests.go
Click to show internal directories.
Click to hide internal directories.