Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregateError ¶
type AggregateError []error
An error type for treating multiple errors as a single error.
func (AggregateError) Error ¶
func (err AggregateError) Error() string
Error is part of the error interface.
type NestedError ¶
An error type for labeling errors on deeply nested matchers.
func (*NestedError) Error ¶
func (e *NestedError) Error() string
type NestingMatcher ¶
type NestingMatcher interface {
types.GomegaMatcher
// Returns the failures of nested matchers.
Failures() []error
}
A stateful matcher that nests other matchers within it and preserves the error types of the nested matcher failures.
Click to show internal directories.
Click to hide internal directories.