Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTestApp ¶
NewTestApp creates a new test application with Fx dependency injection. It returns the Fx app instance and the VEF application.
func NewTestAppWithErr ¶
NewTestAppWithErr creates a new test application and returns any startup errors. Unlike NewTestApp, this function does not require the app to start successfully. It's useful for testing error conditions during app initialization.
Types ¶
type MockConfig ¶
type MockConfig struct{}
MockConfig implements config.Config for testing without file dependencies.
Click to show internal directories.
Click to hide internal directories.