 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestCheckResourceExpectation ¶
func TestCheckResourceExpectation(res string, fact interface{}, existsFunc TestExistsCheckFactoryFunc, expectation map[string]TestExpectValue) resource.TestCheckFunc
Types ¶
type EqualsTestExpectValue ¶
type EqualsTestExpectValue struct {
	Value interface{}
	TestExpectValue
}
    func (*EqualsTestExpectValue) Execute ¶
func (t *EqualsTestExpectValue) Execute(val interface{}) error
func (*EqualsTestExpectValue) String ¶
func (t *EqualsTestExpectValue) String() string
type RegexTestExpectValue ¶
type RegexTestExpectValue struct {
	Value interface{}
	TestExpectValue
}
    func (*RegexTestExpectValue) Execute ¶
func (t *RegexTestExpectValue) Execute(val interface{}) error
func (*RegexTestExpectValue) String ¶
func (t *RegexTestExpectValue) String() string
type TestExistsCheckFactoryFunc ¶
type TestExistsCheckFactoryFunc func(resource string, fact interface{}) resource.TestCheckFunc
type TestExpectValue ¶
func Equals ¶
func Equals(exp string) TestExpectValue
func RegexMatches ¶
func RegexMatches(exp string) TestExpectValue
 Click to show internal directories. 
   Click to hide internal directories.