Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App wraps fxtest.App with DI-specific constructor helpers.
func (*App) RequireStart ¶
RequireStart starts the app and fails the test on error.
func (*App) RequireStop ¶
RequireStop stops the app and fails the test on error.
func (*App) RequiredStop ¶
RequiredStop is an alias of RequireStop for convenience.
Click to show internal directories.
Click to hide internal directories.