func TestServerUp(t *testing.T) { … } func TestNamespaceScopedCRUD(t *testing.T) { … } func TestClusterScopedCRUD(t *testing.T) { … } func testSimpleCRUD(t *testing.T, ns string, noxuDefinition *apiextensionsv1.CustomResourceDefinition, dynamicClient dynamic.Interface) { … } func TestInvalidCRUD(t *testing.T) { … } func testFieldSelector(t *testing.T, ns string, noxuDefinition *apiextensionsv1.CustomResourceDefinition, dynamicClient dynamic.Interface) { … } func TestDiscovery(t *testing.T) { … } func TestNoNamespaceReject(t *testing.T) { … } func TestSameNameDiffNamespace(t *testing.T) { … } func TestPreserveInt(t *testing.T) { … } func TestPatch(t *testing.T) { … } func TestCrossNamespaceListWatch(t *testing.T) { … } func createInstanceWithNamespaceHelper(t *testing.T, ns string, name string, noxuNamespacedResourceClient dynamic.ResourceInterface, noxuDefinition *apiextensionsv1.CustomResourceDefinition) *unstructured.Unstructured { … } func checkNamespacesWatchHelper(t *testing.T, ns string, namespacedwatch watch.Interface) { … } func TestNameConflict(t *testing.T) { … } func TestStatusGetAndPatch(t *testing.T) { … } func expectInt64(t *testing.T, obj map[string]interface{ … } func expectString(t *testing.T, obj map[string]interface{ … }