Documentation ¶
Index ¶
- type TestReporter
- func (r *TestReporter) Cleanup(cb func())
- func (r *TestReporter) Error(args ...interface{})
- func (r *TestReporter) Errorf(format string, args ...interface{})
- func (r *TestReporter) Fail()
- func (r *TestReporter) FailNow()
- func (r *TestReporter) Failed() bool
- func (r *TestReporter) Fatal(args ...interface{})
- func (r *TestReporter) Fatalf(format string, args ...interface{})
- func (r *TestReporter) Helper()
- func (r *TestReporter) Log(args ...interface{})
- func (r *TestReporter) Logf(format string, args ...interface{})
- func (r *TestReporter) Name() string
- func (r *TestReporter) Parallel()
- func (r *TestReporter) Skip(args ...interface{})
- func (r *TestReporter) SkipNow()
- func (r *TestReporter) Skipf(format string, args ...interface{})
- func (r *TestReporter) Skipped() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestReporter ¶
func (*TestReporter) Cleanup ¶ added in v1.2.4
func (r *TestReporter) Cleanup(cb func())
func (*TestReporter) Error ¶
func (r *TestReporter) Error(args ...interface{})
func (*TestReporter) Errorf ¶
func (r *TestReporter) Errorf(format string, args ...interface{})
func (*TestReporter) Fail ¶
func (r *TestReporter) Fail()
func (*TestReporter) FailNow ¶
func (r *TestReporter) FailNow()
func (*TestReporter) Failed ¶
func (r *TestReporter) Failed() bool
func (*TestReporter) Fatal ¶
func (r *TestReporter) Fatal(args ...interface{})
func (*TestReporter) Fatalf ¶
func (r *TestReporter) Fatalf(format string, args ...interface{})
func (*TestReporter) Helper ¶
func (r *TestReporter) Helper()
func (*TestReporter) Log ¶
func (r *TestReporter) Log(args ...interface{})
func (*TestReporter) Logf ¶
func (r *TestReporter) Logf(format string, args ...interface{})
func (*TestReporter) Name ¶
func (r *TestReporter) Name() string
func (*TestReporter) Parallel ¶
func (r *TestReporter) Parallel()
func (*TestReporter) Skip ¶
func (r *TestReporter) Skip(args ...interface{})
func (*TestReporter) SkipNow ¶
func (r *TestReporter) SkipNow()
func (*TestReporter) Skipf ¶
func (r *TestReporter) Skipf(format string, args ...interface{})
func (*TestReporter) Skipped ¶
func (r *TestReporter) Skipped() bool
Click to show internal directories.
Click to hide internal directories.