kubernetes/staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/fields_test.go

// TestFieldsRoundTrip tests that a fields trie can be round tripped as a path set
func TestFieldsRoundTrip(t *testing.T) {}

// TestFieldsToSetError tests that errors are picked up by FieldsToSet
func TestFieldsToSetError(t *testing.T) {}

// TestSetToFieldsError tests that errors are picked up by SetToFields
func TestSetToFieldsError(t *testing.T) {}

func BenchmarkSetToFields(b *testing.B) {}

func BenchmarkFieldsToSet(b *testing.B) {}