superWith

inline fun <T> superWith(vararg args: Any?): SuperCall

Results in a super method call from type T with given args. If interface is mocked, default implementation is called.