Documentation
¶
Index ¶
- func Connections(port string) ([]connection, error)
- func DropConnection(name string, port string) error
- func DropConnectionAndWait(clientProvidedName string, port string, timeout time.Duration) error
- func DropConnectionClientProvidedName(clientProvidedName string, port string) error
- func HaveMatchingData(expected string) types.GomegaMatcher
- func IsConnectionAlive(clientProvidedName string, port string) (bool, error)
- type MessageDataMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connections ¶
func DropConnection ¶
func DropConnectionAndWait ¶ added in v1.6.2
func HaveMatchingData ¶ added in v1.6.1
func HaveMatchingData(expected string) types.GomegaMatcher
Types ¶
type MessageDataMatcher ¶ added in v1.6.1
type MessageDataMatcher struct {
ExpectedData string
}
func (*MessageDataMatcher) FailureMessage ¶ added in v1.6.1
func (matcher *MessageDataMatcher) FailureMessage(actual any) (message string)
func (*MessageDataMatcher) Match ¶ added in v1.6.1
func (matcher *MessageDataMatcher) Match(actual any) (success bool, err error)
func (*MessageDataMatcher) NegatedFailureMessage ¶ added in v1.6.1
func (matcher *MessageDataMatcher) NegatedFailureMessage(actual any) (message string)
Click to show internal directories.
Click to hide internal directories.