makeRealObjectsWith
abstract fun makeRealObjectsWith(realMaker: RealObjectMaker): MockspressoBuilder
Content copied to clipboard
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.