Documentation ¶
Index ¶
- type GossTestVerifier
- func (g GossTestVerifier) CheckAssets(tv *tVerifiers.TestVerifierParams) []tVerifiers.Asset
- func (g GossTestVerifier) GenerateRunScript(tvParams *tVerifiers.TestVerifierParams, _ string) (string, error)
- func (g GossTestVerifier) Name() string
- func (g GossTestVerifier) ValidateConfig(tvParams *tVerifiers.TestVerifierParams) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GossTestVerifier ¶
type GossTestVerifier struct { }
GossTestVerifier is the interface for TestVerifier
func (GossTestVerifier) CheckAssets ¶
func (g GossTestVerifier) CheckAssets(tv *tVerifiers.TestVerifierParams) []tVerifiers.Asset
CheckAssets Returns required assets
func (GossTestVerifier) GenerateRunScript ¶
func (g GossTestVerifier) GenerateRunScript(tvParams *tVerifiers.TestVerifierParams, _ string) (string, error)
GenerateRunScript generate the shell script that will run the tests
func (GossTestVerifier) Name ¶
func (g GossTestVerifier) Name() string
Name return name of testVerifier
func (GossTestVerifier) ValidateConfig ¶
func (g GossTestVerifier) ValidateConfig(tvParams *tVerifiers.TestVerifierParams) error
ValidateConfig spec config
Click to show internal directories.
Click to hide internal directories.