// 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) { … }