Documentation ¶
Index ¶
- func MatchActualLRP(expected *models.ActualLRP) types.GomegaMatcher
- func MatchActualLRPGroup(expected *models.ActualLRPGroup) types.GomegaMatcher
- func NewSQLRunner(dbName string) sqlrunner.SQLRunner
- func ReplaceQuestionMarks(queryString string) string
- func UseMySQL() bool
- func UsePostgres() bool
- func UseSQL() bool
- type ConsulHelper
- type DeepEqualMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchActualLRP ¶
func MatchActualLRP(expected *models.ActualLRP) types.GomegaMatcher
func MatchActualLRPGroup ¶
func MatchActualLRPGroup(expected *models.ActualLRPGroup) types.GomegaMatcher
func NewSQLRunner ¶
func ReplaceQuestionMarks ¶
func UsePostgres ¶
func UsePostgres() bool
Types ¶
type ConsulHelper ¶
type ConsulHelper struct {
// contains filtered or unexported fields
}
func NewConsulHelper ¶
func NewConsulHelper(logger lager.Logger, consulClient consuladapter.Client) *ConsulHelper
func (*ConsulHelper) RegisterCell ¶
func (t *ConsulHelper) RegisterCell(cell *models.CellPresence)
type DeepEqualMatcher ¶
type DeepEqualMatcher struct {
// contains filtered or unexported fields
}
func DeepEqual ¶
func DeepEqual(expected interface{}) DeepEqualMatcher
func (DeepEqualMatcher) FailureMessage ¶
func (m DeepEqualMatcher) FailureMessage(actual interface{}) (message string)
func (DeepEqualMatcher) Match ¶
func (m DeepEqualMatcher) Match(actual interface{}) (success bool, err error)
func (DeepEqualMatcher) NegatedFailureMessage ¶
func (m DeepEqualMatcher) NegatedFailureMessage(actual interface{}) (message string)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.