Documentation ¶ Index ¶ type Tester func (tester *Tester) AssertContains(t *testing.T, messages []string) func (tester *Tester) Error(args ...interface{}) func (tester *Tester) Errorf(format string, args ...interface{}) func (tester *Tester) Fatal(args ...interface{}) func (tester *Tester) Helper() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tester ¶ type Tester struct { // contains filtered or unexported fields } func (*Tester) AssertContains ¶ func (tester *Tester) AssertContains(t *testing.T, messages []string) func (*Tester) Error ¶ func (tester *Tester) Error(args ...interface{}) func (*Tester) Errorf ¶ func (tester *Tester) Errorf(format string, args ...interface{}) func (*Tester) Fatal ¶ func (tester *Tester) Fatal(args ...interface{}) func (*Tester) Helper ¶ func (tester *Tester) Helper() Source Files ¶ View all Source files tester.go Click to show internal directories. Click to hide internal directories.