Documentation ¶
Index ¶
- type TemplateAsserter
- func (ta *TemplateAsserter) AssertResource(t testing.TB, name string, intoType cloudformation.Resource, ...)
- func (ta *TemplateAsserter) GetOutput(t testing.TB, name string) *cloudformation.Output
- func (ta *TemplateAsserter) GetOutputValue(t testing.TB, name string) string
- func (ta *TemplateAsserter) GetParameter(t testing.TB, want awsdeployer_pb.IsParameterSourceTypeWrappedType) *awsdeployer_pb.Parameter
- func (ta *TemplateAsserter) GetResource(t testing.TB, name string, into cloudformation.Resource)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateAsserter ¶
type TemplateAsserter struct {
// contains filtered or unexported fields
}
func NewTemplateAsserter ¶
func NewTemplateAsserter(tpl *cflib.BuiltTemplate) *TemplateAsserter
func (*TemplateAsserter) AssertResource ¶
func (ta *TemplateAsserter) AssertResource(t testing.TB, name string, intoType cloudformation.Resource, want map[string]interface{})
func (*TemplateAsserter) GetOutput ¶
func (ta *TemplateAsserter) GetOutput(t testing.TB, name string) *cloudformation.Output
func (*TemplateAsserter) GetOutputValue ¶
func (ta *TemplateAsserter) GetOutputValue(t testing.TB, name string) string
func (*TemplateAsserter) GetParameter ¶
func (ta *TemplateAsserter) GetParameter(t testing.TB, want awsdeployer_pb.IsParameterSourceTypeWrappedType) *awsdeployer_pb.Parameter
func (*TemplateAsserter) GetResource ¶
func (ta *TemplateAsserter) GetResource(t testing.TB, name string, into cloudformation.Resource)
Click to show internal directories.
Click to hide internal directories.