Documentation
¶
Index ¶
- type OutboxHelpers
- func (oh *OutboxHelpers) WaitUntilBusEmpty(ctx context.Context, timeout time.Duration, interval time.Duration, ...) error
- func (oh *OutboxHelpers) WaitUntilEventProcessed(ctx context.Context, timeout time.Duration, interval time.Duration, ...) error
- func (oh *OutboxHelpers) WaitUntilOutboxEmpty(ctx context.Context, timeout time.Duration, interval time.Duration, ...) error
- type TestHelper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutboxHelpers ¶
type OutboxHelpers struct {
// contains filtered or unexported fields
}
func (*OutboxHelpers) WaitUntilBusEmpty ¶
func (*OutboxHelpers) WaitUntilEventProcessed ¶
type TestHelper ¶
func (*TestHelper) Outbox ¶
func (th *TestHelper) Outbox() (*OutboxHelpers, error)
Click to show internal directories.
Click to hide internal directories.