kubernetes/staging/src/k8s.io/apimachinery/pkg/util/wait/error_test.go

type errWrapper

func (w errWrapper) Unwrap() error {}

func (w errWrapper) Error() string {}

type errNotWrapper

func (w errNotWrapper) Error() string {}

func TestInterrupted(t *testing.T) {}

func TestErrorInterrupted(t *testing.T) {}