func TestNamespaceGetMethod(t *testing.T) { … } func TestNamespaceListMethod(t *testing.T) { … } func TestListerGetMethod(t *testing.T) { … } func TestListerListMethod(t *testing.T) { … } func newUnstructured(apiVersion, kind, namespace, name string) *unstructured.Unstructured { … } func assertListOrDie(expected, actual []*unstructured.Unstructured, t *testing.T) { … }