buildUpon

abstract fun buildUpon(): MockspressoBuilder

Returns a new MockspressoBuilder using this Mockspresso instance as a parent.

This method will NOT ensure this MockspressoInstance is initialized (i.e. it's possible to build new mockspresso instances off of lazily instantiated ones, and the parents will be ensured when first accessed).