InjectPublicServiceCapable

Interface for injecting services into a public service provider.

This interface extends InjectServiceCapable and provides a dedicated ServiceProvider for public services that can be accessed during testing. Services injected here are available to the test environment.

Inheritors

Properties

Link copied to clipboard

The public service provider where services are registered.

Functions

Link copied to clipboard
open override fun inject(inject: ServiceProvider.() -> Unit)

Injects services into the public service provider.