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 DeepEqualMatcher
- type LocketHelper
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 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)
type LocketHelper ¶
type LocketHelper struct { LocketClient locketmodels.LocketClient // contains filtered or unexported fields }
func NewLocketHelper ¶
func NewLocketHelper(logger lager.Logger, LocketClient locketmodels.LocketClient) *LocketHelper
func (*LocketHelper) RegisterCell ¶
func (h *LocketHelper) RegisterCell(cell *models.CellPresence)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.