makeRealObjectsWith

abstract fun makeRealObjectsWith(realMaker: RealObjectMaker): MockspressoBuilder

Define how this MockspressoInstance will construct real objects. By default, mockspresso will reflectively call the primary constructor of a given class and pass appropriate dependencies to it.