kubernetes/staging/src/k8s.io/apimachinery/pkg/util/errors/errors_test.go

func TestEmptyAggregate(t *testing.T) {}

func TestAggregateWithNil(t *testing.T) {}

func TestSingularAggregate(t *testing.T) {}

func TestPluralAggregate(t *testing.T) {}

func TestDedupeAggregate(t *testing.T) {}

func TestDedupePluralAggregate(t *testing.T) {}

func TestFlattenAndDedupeAggregate(t *testing.T) {}

func TestFlattenAggregate(t *testing.T) {}

func TestFilterOut(t *testing.T) {}

func TestFlatten(t *testing.T) {}

func TestCreateAggregateFromMessageCountMap(t *testing.T) {}

func TestAggregateGoroutines(t *testing.T) {}

type alwaysMatchingError

func (_ alwaysMatchingError) Error() string {}

func (_ alwaysMatchingError) Is(_ error) bool {}

type someError

func (se someError) Error() string {}

func TestAggregateWithErrorsIs(t *testing.T) {}

type accessTrackingError

func (accessTrackingError) Error() string {}

func (ate *accessTrackingError) Is(_ error) bool {}

var _

func TestErrConfigurationInvalidWithErrorsIsShortCircuitsOnFirstMatch(t *testing.T) {}