func TestCreateSecretObject(t *testing.T) { … } func TestCreateSecretGeneric(t *testing.T) { … } func setupSecretEnvFile(lines [][]string) func(*testing.T, *CreateSecretOptions) func() { … } func setupSecretBinaryFile(data []byte) func(*testing.T, *CreateSecretOptions) func() { … }