package internal
import "github.com/rekby/fixenv/internal"
Index ¶
Types ¶
type FormatCall ¶
type TestMock ¶
type TestMock struct {
TestName string
SkipGoexit bool
M sync.Mutex
Cleanups []func()
Logs []FormatCall
Fatals []FormatCall
SkipCount int
}
func (*TestMock) CallCleanup ¶
func (t *TestMock) CallCleanup()
func (*TestMock) Cleanup ¶
func (t *TestMock) Cleanup(f func())
func (*TestMock) Fatalf ¶
func (*TestMock) Logf ¶
func (*TestMock) Name ¶
func (*TestMock) SkipNow ¶
func (t *TestMock) SkipNow()
func (*TestMock) Skipped ¶
Source Files ¶
- Version
- v0.7.0 (latest)
- Published
- Aug 9, 2024
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 year ago –
Tools for package owners.