Skip to content

Pass Field object to the Randomizer #21

@GiancarloCubeta

Description

@GiancarloCubeta

Expected Behavior

In Randomizer interface

Change method from:
public String getRandomValue()
to
public String getRandomValue(Field field)

This will make every randomizer more versatile.
For example a StringRandomizer could generate a random value with a prefix equal to the name of the field it is filling. This will help during debugging in checking the expected values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions