createNow

inline fun <T> MockspressoInstance.createNow(qualifier: Annotation? = null): T

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

Calling this method will ensure this MockspressoInstance is initialized.