func()

in testerror/error.go [47:51]


func (e *Error) ErrorIsNil(t *testing.T) {
	if e != nil {
		t.Error(e.msg)
	}
}