Skip to content

Doesn't support var in newer versions of Java #108

Open
@leandrorosa

Description

@leandrorosa

When the method Fixture.from(clazz).gimme(label) is called you have to implicit declare the type of your object.

Doesnt' work:

var client = Fixture.from(Client.class).gimme("valid");

Work:

Client client = Fixture.from(Client.class).gimme("valid");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions