callSuperWith

abstract fun callSuperWith(type: KClass<*>, vararg args: Any?): R

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