outbox

package
v0.15.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AcceptanceTest

func AcceptanceTest(t *testing.T, o eh.Outbox, ctx context.Context, prefix string)

AcceptanceTest is the acceptance test that all implementations of Outbox should pass. It should manually be called from a test case in each implementation:

func TestOutbox(t *testing.T) {
    o := NewOutbox()
    outbox.AcceptanceTest(t, o, context.Background())
}

func Benchmark

func Benchmark(b *testing.B, o eh.Outbox)

func TestAddHandler

func TestAddHandler(t *testing.T, o eh.Outbox, ctx context.Context)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL