createNow

abstract fun <T> createNow(key: DependencyKey<T>): T

Create a new real object using the rules and dependencies in the mockspresso instance.

Calling this method will ensure this MockspressoInstance is initialized.