func()

in testerror/error.go [59:63]


func (e *Error) ErrorNotNil(t *testing.T) {
	if e == nil {
		t.Error("error is nil")
	}
}