Documentation ¶
Index ¶
- func ConvertMetadataToProperties(items []v1alpha1.MetadataItem) (map[string]string, error)
- func LoadComponents(componentPath string) ([]v1alpha1.Component, error)
- func LookUpEnv(key string) string
- func ParseConfigurationMap(t *testing.T, configMap map[string]string)
- type TestComponent
- type TestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertMetadataToProperties ¶
func ConvertMetadataToProperties(items []v1alpha1.MetadataItem) (map[string]string, error)
Types ¶
type TestComponent ¶
type TestConfiguration ¶
type TestConfiguration struct { ComponentType string `yaml:"componentType,omitempty"` Components []TestComponent `yaml:"components,omitempty"` }
func NewTestConfiguration ¶
func NewTestConfiguration(configFilepath string) (*TestConfiguration, error)
NewTestConfiguration reads the tests.yml and loads the TestConfiguration
func (*TestConfiguration) Run ¶
func (tc *TestConfiguration) Run(t *testing.T)
Click to show internal directories.
Click to hide internal directories.