func TestKnownFeatures(t *testing.T) { … } func TestNewFeatureGate(t *testing.T) { … } func TestValidateVersion(t *testing.T) { … } // TestEnabledDefaults tests that Enabled returns the default values for // each feature gate when no feature gates are specified. func TestEnabledDefaults(t *testing.T) { … } func TestCheckDeprecatedFlags(t *testing.T) { … } func TestSupports(t *testing.T) { … }