// TestKubeFeaturesRegistered tests that all kube features are registered. func TestKubeFeaturesRegistered(t *testing.T) { … } // TestClientFeaturesRegistered tests that all client features are registered. func TestClientFeaturesRegistered(t *testing.T) { … } // TestAllRegisteredFeaturesExpected tests that the set of features actually registered does not // include any features other than those on the list in this package or in client-go's feature // package. func TestAllRegisteredFeaturesExpected(t *testing.T) { … }