func newMergedConfig(certFile, certContent, keyFile, keyContent, caFile, caContent string, t *testing.T) Config { … } func TestMinifySuccess(t *testing.T) { … } func TestMinifyMissingContext(t *testing.T) { … } func TestMinifyMissingCluster(t *testing.T) { … } func TestMinifyMissingAuthInfo(t *testing.T) { … } func TestFlattenSuccess(t *testing.T) { … } func Example_minifyAndShorten() { … } func TestShortenSuccess(t *testing.T) { … } func TestRedactSecrets(t *testing.T) { … }