package
0.15.1
Repository: https://github.com/cisco-open/go-lanai.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Bootstrap is an entrypoint test.Options that indicates all sub tests should be run within the scope of an slim version of bootstrap.App.
NewFxTestRunner is internal use only, exported for cross-package reference.
NewTestConfigProvider is for internal usage.
TestBootstrapper returns current *bootstrap.Bootstrapper of the test context.
WithBootstrapConfigFS provides per-test config capability.
WithConfigFS provides per-test config capability.
WithConfigFxProvider provides per-test config capability.
WithDI populate given di targets by using fx.Populate all targets need to be pointer to struct, otherwise the test fails See fx.Populate for more information.
WithDynamicProperties provides per-test config capability.
WithFxOptions register given fx.Option to test app as regular steps see bootstrap.Module.
WithFxPriorityOptions register given fx.Option to test app as priority steps, before any other modules see bootstrap.Module.
WithModules register given modules to test app.
WithProperties provides per-test config capability.
WithTimeout specify expected test timeout to prevent blocking test process permanently.

# Variables

go:embed test-application.yml.
go:embed test-bootstrap.yml.
go:embed test-defaults.yml.

# Type aliases

No description provided by the author