So far, the only solution is `override fun isInsta...
# kotlintest
d
So far, the only solution is
override fun isInstancePerTest(): Boolean = true
, but that's far from being effiecient... mocks take alot of time to instantiate...