Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainSubstrings ¶
func ContainSubstrings(substrings ...[]string) gomega.OmegaMatcher
func HaveAllRequestsCalled ¶
func HaveAllRequestsCalled() gomega.OmegaMatcher
func HavePassedRequirements ¶
func HavePassedRequirements() gomega.OmegaMatcher
func HaveSucceeded ¶
func HaveSucceeded() gomega.OmegaMatcher
Types ¶
type SliceMatcher ¶
type SliceMatcher struct {
// contains filtered or unexported fields
}
func (*SliceMatcher) FailureMessage ¶
func (matcher *SliceMatcher) FailureMessage(actual interface{}) string
func (*SliceMatcher) Match ¶
func (matcher *SliceMatcher) Match(actual interface{}) (success bool, err error)
func (*SliceMatcher) NegatedFailureMessage ¶
func (matcher *SliceMatcher) NegatedFailureMessage(actual interface{}) string
Click to show internal directories.
Click to hide internal directories.