Skip to content

Extend without() to Support Classes #121

@jk-idealo

Description

@jk-idealo

Currently, Fixture can customize fields by omitting them (leaving them null):

fixture().build(MyClass.class).without("field").create();

It would be helpful to also be able to omit any field with the specified class:

fixture().build(MyClass.class).without(BigDecimal.class).create();

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions