Documentation
¶
Overview ¶
Package enginetest provides reusable acceptance tests for verifying engine implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SetupFunc ¶
type SetupFunc func(SetupParams) SetupResult
SetupFunc is a function that sets up an engine for testing.
type SetupParams ¶
type SetupParams struct {
App dogma.Application
}
SetupParams are the parameters for a SetupFunc.
type SetupResult ¶
type SetupResult struct { RunEngine func(ctx context.Context) error Executor dogma.CommandExecutor }
SetupResult is the result of a call to a SetupFunc.
Click to show internal directories.
Click to hide internal directories.