func MustHaveDebugOptionsSupport(t *testing.T) { … } func MustSupportFeatureDetection(t *testing.T) { … } func runDebugOptionsTest(t *testing.T, test string, options string) { … } func TestDisableAllCapabilities(t *testing.T) { … } func TestAllCapabilitiesDisabled(t *testing.T) { … }