Enable to verify a static mock is not called anymore with the routine confirmVerified `mockkStatic(Session::class)` `every { Session.getToken() } returns "tokenSso"` `...` `confirmVerified(Session::class)`