Skip to content

Generated assertions do not preserve generic types #92

@theangrydev

Description

@theangrydev

For example, if I have:
public final Optional<Boolean> foo;,

the generated assertion is:
hasFoo(java.util.Optional foo)

when it should be:
hasFoo(java.util.Optional<Boolean> foo)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions