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.
Directories
¶
Path | Synopsis |
---|---|
internal
|
|
testapp
Package testapp contains a Dogma application that is used to test engine implementations.
|
Package testapp contains a Dogma application that is used to test engine implementations. |
Package stubs is a set of test stubs for Dogma interfaces.
|
Package stubs is a set of test stubs for Dogma interfaces. |
Click to show internal directories.
Click to hide internal directories.