package
0.30.0
Repository: https://github.com/goph/fxt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AppendRunner checks if the target runner is already a runner list and appends the runner to it.
NewGodogRunner returns a new Godog runner.
WithGodogOptions sets Godog options on the runner.
WithSuiteName sets Godog suite name on the runner.

# Structs

GodogRunner acts as a wrapper around Godog allowing to maintain a global acceptance test state.
RunnerFactoryRegistry accepts runner factory implementations and creates a runner list from them.

# Interfaces

Runner is the interface responsible for running tests implemented by testing.M.
RunnerFactory creates a new runner.

# Type aliases

GodogRunnerOption sets an option on the Godog runner.
RunnerFactoryFunc wraps a function implementing the RunnerFactory interface.
Runners is a list of test runners.