Documentation ¶ Index ¶ func TransformToJSON(t *testing.T, fs afero.Fs, yamlFilePath string) string type TestCase func LoadTestCases(t *testing.T, fs afero.Fs, parts ...string) []TestCase func LoadTestCasesWithErrors(t *testing.T, fs afero.Fs, parts ...string) []TestCase Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func TransformToJSON ¶ func TransformToJSON(t *testing.T, fs afero.Fs, yamlFilePath string) string Types ¶ type TestCase ¶ added in v0.4.0 type TestCase struct { Name string File string Errors []string } func LoadTestCases ¶ added in v0.4.0 func LoadTestCases(t *testing.T, fs afero.Fs, parts ...string) []TestCase func LoadTestCasesWithErrors ¶ added in v0.4.0 func LoadTestCasesWithErrors(t *testing.T, fs afero.Fs, parts ...string) []TestCase Source Files ¶ View all Source files helpers.go Click to show internal directories. Click to hide internal directories.