Documentation ¶ Index ¶ func SkipRest(t *testing.T, desc string, err error, contains string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SkipRest ¶ func SkipRest(t *testing.T, desc string, err error, contains string) bool SkipRest returns true if there was a non-nil error or if we expected an error that didn't happen, and logs the appropriate error on the test object. The return value indicates whether we should skip the rest of the test case due to the error result. Types ¶ This section is empty. Source Files ¶ View all Source files test.go Click to show internal directories. Click to hide internal directories.