Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct { KubeClientSet kube.ClientSet AwsClientSet aws.ClientSet // contains filtered or unexported fields }
func (*Test) SetScenario ¶
func (kdt *Test) SetScenario(scenario *godog.ScenarioContext)
SetScenario sets the ScenarioContext and contains the steps definition, should be called in the InitializeScenario function required by godog. Check https://github.com/keikoproj/kubedog/blob/master/docs/syntax.md for steps syntax details.
func (*Test) SetTestSuite ¶
func (kdt *Test) SetTestSuite(testSuite *godog.TestSuiteContext)
SetTestSuite sets the TestSuiteContext, should be use in the InitializeTestSuite function required by godog.
Click to show internal directories.
Click to hide internal directories.