Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Observer ¶
type Observer struct {
// contains filtered or unexported fields
}
Observer is a test helper that provides assertion methods on received messages within the beholder client.
func NewObserver ¶
NewObserver sets the global beholder client as a message collector and returns an Observer that provides helper assertion functions on received messages.
NewObserver affects the whole process, it cannot be used in parallel tests or tests with parallel ancestors.
func (Observer) BaseMessagesForLabels ¶
Click to show internal directories.
Click to hide internal directories.