findNow

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

Find an existing dependency in this mockspresso instance of type T with the provided qualifier. If the dependency hasn't been cached or constructed then it will be generated on the fly and cached from that point forward. If the binding hasn't been declared in this mockspresso instance, then a fallback will be generated.

Calling this method will ensure this MockspressoInstance is initialized.