bdd

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 License: BSD-3-Clause Imports: 8 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
}

Command defines a CQRS command.

type CommandDispatcher

type CommandDispatcher func(command Command)

CommandDispatcher defines how a function can dispatch CQRS commands.

type TestCase

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

TestCase contains the BDD test case.

func New

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

New constructs a BDD test case.

func (*TestCase) Given

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

Given loads events into the store.

func (*TestCase) Then

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

Then asserts the expectedEvents were raised.

func (*TestCase) ThenInspectEvents

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

ThenInspectEvents should be called after a CQRS command has executed to assert on specific events.

func (*TestCase) When

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

When executes a CQRS command.

Jump to

Keyboard shortcuts

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