Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Add support for Mockito #1063

@eiswind

Description

@eiswind

Mockito has a new feature that allows disabling byte code generation and working with jdk proxies instead (of course limited to interfaces)

It has to be activated by creating a file called

mockito-extensions/org.mockito.plugins.MockMaker

with a content of

mock-maker-proxy

I seriously tried to make this work, but it seems like the typehints do not count for test classes.

Do you think this could be an option to be supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: blockedAn issue that's blocked on an external project change or another issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions