TestMutableInjectionEnvironment   
    Interface for common utilities in test Tegral DI environments, such as UnsafeMutableEnvironment. This is mostly intended to ease writing interfaces that combine further DSLs into a single interface (such as ControllerTestContext from Tegral Web Controllers).
Inheritors
Functions
Link copied to clipboard
                  abstract fun <T : Any> createInjector(    identifier: Identifier<T>,     onInjection: (T) -> Unit): Injector<T>
Link copied to clipboard
                  Link copied to clipboard