class SandboxInstanceFactory : InstanceFactory
Sandbox Instance Factory Create mock version of each dependency to help resolve all dependency graph without executing the real instance
SandboxInstanceFactory()
Sandbox Instance Factory Create mock version of each dependency to help resolve all dependency graph without executing the real instance |
fun <T> create(def: BeanDefinition<T>, scope: Scope?): InstanceHolder<T> |