Versions in this module Expand all Collapse all v0 v0.1.4 Mar 30, 2019 v0.1.3 Mar 30, 2019 v0.1.2 Mar 29, 2018 Changes in this version type TestConfig + WithSubChart bool v0.1.1 Mar 15, 2018 v0.1.0 Mar 8, 2018 Changes in this version + func Execute() + type Assertion struct + AssertType string + DocumentIndex int + Not bool + Template string + func (a *Assertion) Assert(templatesResult map[string][]common.K8sManifest, ...) *AssertionResult + func (a *Assertion) UnmarshalYAML(unmarshal func(interface{}) error) error + type AssertionResult struct + AssertType string + CustomInfo string + FailInfo []string + Index int + Not bool + Passed bool + type Printer struct + Colored *bool + Writer io.Writer + func NewPrinter(writer io.Writer, colored *bool) *Printer + type TestConfig struct + Colored bool + TestFiles []string + UpdateSnapshot bool + type TestJob struct + Assertions []*Assertion + Name string + Release struct{ ... } + Set map[string]interface{} + Values []string + func (t *TestJob) Run(targetChart *chart.Chart, cache *snapshot.Cache, result *TestJobResult) *TestJobResult + type TestJobResult struct + AssertsResult []*AssertionResult + DisplayName string + ExecError error + Index int + Passed bool + type TestRunner struct + Config TestConfig + Printer *Printer + func (tr *TestRunner) Run(ChartPaths []string) bool + type TestSuite struct + Name string + Templates []string + Tests []*TestJob + func ParseTestSuiteFile(path string) (*TestSuite, error) + func (s *TestSuite) Run(targetChart *chart.Chart, snapshotCache *snapshot.Cache, ...) *TestSuiteResult + type TestSuiteResult struct + DisplayName string + ExecError error + FilePath string + Passed bool + SnapshotCounting struct{ ... } + TestsResult []*TestJobResult