Documentation ¶
Index ¶
- func HaveOutputExportedAs(outputName, exportName string) types.GomegaMatcher
- func HaveOutputWithValue(outputName, outputValue string) types.GomegaMatcher
- func HaveOutputs(outputNames ...string) types.GomegaMatcher
- func HaveResource(resourceName, resourceType string) types.GomegaMatcher
- func HaveResourceWithProperties(resourceName string, propertyNames ...string) types.GomegaMatcher
- func HaveResourceWithPropertyValue(resourceName, propertyName, propertyValue string) types.GomegaMatcher
- func LoadBytesWithoutErrors(templateBody []byte) types.GomegaMatcher
- func LoadFileWithoutErrors(templatePath string) types.GomegaMatcher
- func LoadStringWithoutErrors(templateBody string) types.GomegaMatcher
- type Loader
- type OutputExportNameMatcher
- type OutputValueMatcher
- type OutputsMatcher
- type ResourceNameAndTypeMatcher
- type ResourcePropertiesMatcher
- type ResourceWithPropertyValueMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HaveOutputExportedAs ¶
func HaveOutputExportedAs(outputName, exportName string) types.GomegaMatcher
func HaveOutputWithValue ¶
func HaveOutputWithValue(outputName, outputValue string) types.GomegaMatcher
func HaveOutputs ¶
func HaveOutputs(outputNames ...string) types.GomegaMatcher
func HaveResource ¶
func HaveResource(resourceName, resourceType string) types.GomegaMatcher
func HaveResourceWithProperties ¶
func HaveResourceWithProperties(resourceName string, propertyNames ...string) types.GomegaMatcher
func HaveResourceWithPropertyValue ¶
func HaveResourceWithPropertyValue(resourceName, propertyName, propertyValue string) types.GomegaMatcher
func LoadBytesWithoutErrors ¶
func LoadBytesWithoutErrors(templateBody []byte) types.GomegaMatcher
func LoadFileWithoutErrors ¶
func LoadFileWithoutErrors(templatePath string) types.GomegaMatcher
func LoadStringWithoutErrors ¶
func LoadStringWithoutErrors(templateBody string) types.GomegaMatcher
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func (*Loader) FailureMessage ¶
func (*Loader) NegatedFailureMessage ¶
type OutputExportNameMatcher ¶
type OutputExportNameMatcher struct {
// contains filtered or unexported fields
}
func (*OutputExportNameMatcher) FailureMessage ¶
func (m *OutputExportNameMatcher) FailureMessage(_ interface{}) string
func (*OutputExportNameMatcher) Match ¶
func (m *OutputExportNameMatcher) Match(actualTemplate interface{}) (bool, error)
func (*OutputExportNameMatcher) NegatedFailureMessage ¶
func (m *OutputExportNameMatcher) NegatedFailureMessage(_ interface{}) string
type OutputValueMatcher ¶
type OutputValueMatcher struct {
// contains filtered or unexported fields
}
func (*OutputValueMatcher) FailureMessage ¶
func (m *OutputValueMatcher) FailureMessage(_ interface{}) string
func (*OutputValueMatcher) Match ¶
func (m *OutputValueMatcher) Match(actualTemplate interface{}) (bool, error)
func (*OutputValueMatcher) NegatedFailureMessage ¶
func (m *OutputValueMatcher) NegatedFailureMessage(_ interface{}) string
type OutputsMatcher ¶
type OutputsMatcher struct {
// contains filtered or unexported fields
}
func (*OutputsMatcher) FailureMessage ¶
func (m *OutputsMatcher) FailureMessage(_ interface{}) string
func (*OutputsMatcher) Match ¶
func (m *OutputsMatcher) Match(actualTemplate interface{}) (bool, error)
func (*OutputsMatcher) NegatedFailureMessage ¶
func (m *OutputsMatcher) NegatedFailureMessage(_ interface{}) string
type ResourceNameAndTypeMatcher ¶
type ResourceNameAndTypeMatcher struct {
// contains filtered or unexported fields
}
func (*ResourceNameAndTypeMatcher) FailureMessage ¶
func (m *ResourceNameAndTypeMatcher) FailureMessage(_ interface{}) string
func (*ResourceNameAndTypeMatcher) Match ¶
func (m *ResourceNameAndTypeMatcher) Match(actualTemplate interface{}) (bool, error)
func (*ResourceNameAndTypeMatcher) NegatedFailureMessage ¶
func (m *ResourceNameAndTypeMatcher) NegatedFailureMessage(_ interface{}) string
type ResourcePropertiesMatcher ¶
type ResourcePropertiesMatcher struct {
// contains filtered or unexported fields
}
func (*ResourcePropertiesMatcher) FailureMessage ¶
func (m *ResourcePropertiesMatcher) FailureMessage(_ interface{}) string
func (*ResourcePropertiesMatcher) Match ¶
func (m *ResourcePropertiesMatcher) Match(actualTemplate interface{}) (bool, error)
func (*ResourcePropertiesMatcher) NegatedFailureMessage ¶
func (m *ResourcePropertiesMatcher) NegatedFailureMessage(_ interface{}) string
type ResourceWithPropertyValueMatcher ¶
type ResourceWithPropertyValueMatcher struct {
// contains filtered or unexported fields
}
func (*ResourceWithPropertyValueMatcher) FailureMessage ¶
func (m *ResourceWithPropertyValueMatcher) FailureMessage(_ interface{}) string
func (*ResourceWithPropertyValueMatcher) Match ¶
func (m *ResourceWithPropertyValueMatcher) Match(actualTemplate interface{}) (bool, error)
func (*ResourceWithPropertyValueMatcher) NegatedFailureMessage ¶
func (m *ResourceWithPropertyValueMatcher) NegatedFailureMessage(_ interface{}) string
Click to show internal directories.
Click to hide internal directories.