package test
import "k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/test"
Index ¶
- func ExpectError(t *testing.T, err error, substr string)
- func SkipRest(t *testing.T, desc string, err error, contains string) bool
Functions ¶
func ExpectError ¶
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 ¶
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.
Source Files ¶
test.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 3 hours ago –
Tools for package owners.