Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Instead ¶
func Instead[T any](service T) ctx.NamedService
Types ¶
type TestingApplication ¶
type TestingApplication interface { WithTestingService(service ctx.NamedService) TestingApplication WithTestingServices(pkg ctx.ServicePackage) TestingApplication WithParameter(key string, value string) TestingApplication Run(runFn func() int) int }
func CreateAutoTestingApplication ¶ added in v0.11.2
func CreateAutoTestingApplication() TestingApplication
func CreateTestingApplication ¶
func CreateTestingApplication(servicePackages ...ctx.ServicePackage) TestingApplication
Click to show internal directories.
Click to hide internal directories.