test

package
v1.14.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExpectError added in v1.11.0

func ExpectError(t *testing.T, err error, substr string)

ExpectError calls t.Fatalf if the error does not contain a substr match. If substr is empty, a nil error is expected. It is useful to call ExpectError from subtests.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL