Documentation
¶
Overview ¶
Package testutil provides testing helpers, mock beans, and test application container utilities for the Helix framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is a Helix application container scoped to a Go test.
type Option ¶
type Option func(*appOptions)
Option configures a Helix test application.
func WithComponents ¶
WithComponents registers components in the test container before startup.
func WithConfigDefaults ¶
WithConfigDefaults configures fallback values for the test config loader.
func WithConfigPaths ¶
WithConfigPaths overrides directories searched for application test config.
func WithContainerOptions ¶
WithContainerOptions appends core container options to the test container.
Click to show internal directories.
Click to hide internal directories.