Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Messenger ¶
type Messenger struct {
// contains filtered or unexported fields
}
func NewMessenger ¶
type Subscriber ¶
type Subscriber struct {
// contains filtered or unexported fields
}
func NewSubscriber ¶
func NewSubscriber(t *testing.T) *Subscriber
func (*Subscriber) EXPECT ¶
func (s *Subscriber) EXPECT(expectedMessages ...string)
func (*Subscriber) Message ¶
func (s *Subscriber) Message(a ...any)
func (*Subscriber) UUID ¶
func (s *Subscriber) UUID() uuid.UUID
Click to show internal directories.
Click to hide internal directories.