Versions in this module Expand all Collapse all v1 v1.0.0 Apr 27, 2026 Changes in this version + func GetBean[T any](app *App) T + type App struct + func NewApp(t testing.TB, options ...Option) *App + func (a *App) Close() error + func (a *App) Config() config.Loader + func (a *App) Container() *core.Container + type Option func(*appOptions) + func MockBean[T any](impl T) Option + func WithComponents(components ...any) Option + func WithConfigDefaults(values map[string]any) Option + func WithConfigPaths(paths ...string) Option + func WithContainerOptions(containerOptions ...core.Option) Option