Package com.episode6.mockspresso2.plugins.core

Functions

Link copied to clipboard
fun <Error class: unknown class>.makeRealObjectsUsingLongestConstructor(): <Error class: unknown class>

Instruct this mockspresso instance to create real objects by calling the constructor with the most parameters.

Link copied to clipboard
fun <Error class: unknown class>.makeRealObjectsUsingPrimaryConstructor(): <Error class: unknown class>

Instruct this mockspresso instance to create real objects by calling their primary constructor.

Link copied to clipboard
fun <Error class: unknown class>.makeRealObjectsUsingShortestConstructor(): <Error class: unknown class>

Instruct this mockspresso instance to create real objects by calling the constructor with the fewest parameters.