callSuper

abstract suspend fun callSuper(type: KClass<*>): R

Calls implementation of mocked method from super type with original args. For interfaces, it is default implementation of this type.