MockspressoInstance
A fully-constructed instance of a Mockspresso dependency map.
Functions
Returns a new MockspressoBuilder using this Mockspresso instance as a parent.
Find an existing dependency in this mockspresso instance. 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.
Inheritors
Extensions
Create a new real object of type T using the rules and dependencies in the mockspresso instance.
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.