Versions in this module Expand all Collapse all v3 v3.3.2 Jun 11, 2020 Changes in this version + func AssertResult(t *testing.T, expectedValue interface{}, actualValue interface{}) + func AssertResultComplex(t *testing.T, expectedValue interface{}, actualValue interface{}) + func AssertResultWithContext(t *testing.T, expectedValue interface{}, actualValue interface{}, ...) + func ParseData(rawData string) yaml.Node + func ReadTempYamlFile(name string) string + func RemoveTempYamlFile(name string) + func RunCmd(c *cobra.Command, input string) resulter + func WriteTempYamlFile(content string) string