Skip to content

Bug: enable confirmVerified to work with static mocks #242

@afaucogney

Description

@afaucogney

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions