Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsConfigs ¶ added in v1.0.561
func ContainsConfigs(expected ...models.ConfigItem) types.GomegaMatcher
func EqualConfigs ¶
func EqualConfigs(expected ...models.ConfigItem) types.GomegaMatcher
Types ¶
type ContainsConfigItems ¶ added in v1.0.561
type ContainsConfigItems struct {
Expected []models.ConfigItem
}
func (*ContainsConfigItems) FailureMessage ¶ added in v1.0.561
func (matcher *ContainsConfigItems) FailureMessage(actual interface{}) string
func (*ContainsConfigItems) Match ¶ added in v1.0.561
func (matcher *ContainsConfigItems) Match(actual interface{}) (bool, error)
func (*ContainsConfigItems) NegatedFailureMessage ¶ added in v1.0.561
func (matcher *ContainsConfigItems) NegatedFailureMessage(actual interface{}) string
type EqualsConfigItems ¶
type EqualsConfigItems struct {
Expected []models.ConfigItem
}
func (*EqualsConfigItems) FailureMessage ¶
func (matcher *EqualsConfigItems) FailureMessage(actual interface{}) string
func (*EqualsConfigItems) Match ¶
func (matcher *EqualsConfigItems) Match(actual interface{}) (bool, error)
func (*EqualsConfigItems) NegatedFailureMessage ¶
func (matcher *EqualsConfigItems) NegatedFailureMessage(actual interface{}) string
Click to show internal directories.
Click to hide internal directories.