bdd

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2020 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	rangedb.AggregateMessage
	CommandType() string
}

type CommandDispatcher

type CommandDispatcher func(command Command)

type TestCase

type TestCase struct {
	// contains filtered or unexported fields
}

func New

func New(store rangedb.Store, commandDispatcher CommandDispatcher) *TestCase

func (*TestCase) Given

func (c *TestCase) Given(events ...rangedb.Event) *TestCase

func (*TestCase) Then

func (c *TestCase) Then(expectedEvents ...rangedb.Event) func(*testing.T)

func (*TestCase) ThenInspectEvents

func (c *TestCase) ThenInspectEvents(f func(t *testing.T, events []rangedb.Event)) func(t *testing.T)

func (*TestCase) When

func (c *TestCase) When(command Command) *TestCase

Jump to

Keyboard shortcuts

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