mockk Static
Builds a static mock. Any mocks of this exact class are cancelled before it's mocked
See also
To manually cancel mock
Builds a static mock. Old static mocks of same classes are cancelled before.
See also
To manually cancel mock
Builds a static mock and unmocks it after the block has been executed.
Builds a static mock. Any mocks of this function's declaring class are cancelled before it's mocked
Builds a static mock and unmocks it after the block has been executed.