MisterJames / GenFu

GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
Other
831 stars 100 forks source link

Fix issue with numeric fillers not respecting configuration #153

Closed dpaquette closed 4 years ago

dpaquette commented 4 years ago

Turns out the way we registered some property fillers didn't work for properties that were defined in a base class.

stimms commented 4 years ago

You can create draft PRs now https://github.blog/2019-02-14-introducing-draft-pull-requests/

dpaquette commented 4 years ago

Cool, thanks