func TestDecodeUnstructured(t *testing.T) { … } func TestDecode(t *testing.T) { … } func TestUnstructuredGetters(t *testing.T) { … } func TestUnstructuredSetters(t *testing.T) { … } func TestOwnerReferences(t *testing.T) { … } func TestUnstructuredListGetters(t *testing.T) { … } func TestUnstructuredListSetters(t *testing.T) { … } func TestDecodeNumbers(t *testing.T) { … } // TestAccessorMethods does opaque roundtrip testing against an Unstructured // instance's Object methods to ensure that what is "Set" matches what you // subsequently "Get" without any assertions against internal state. func TestAccessorMethods(t *testing.T) { … }