Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeeperFactory ¶
type Suite ¶
type Suite struct {
// contains filtered or unexported fields
}
func New ¶
func New(f KeeperFactory) *Suite
func (*Suite) AddGetPreset ¶ added in v0.4.0
AddGetPreset allows keepers that do not provide a complete read/write implementation to be tested. As of now, this test assumes that a secret name is not reused.
func (*Suite) RunWithPresets ¶ added in v0.4.0
func (*Suite) SecretKeeperGetMissingTest ¶
func (*Suite) SecretKeeperGetPresets ¶ added in v0.4.0
SecretKeeperGetPresets tests the GetSecretsByName method using the presets provided to AddGetPreset.
func (*Suite) SecretKeeperSetAndGet ¶
Click to show internal directories.
Click to hide internal directories.