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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore Field

petersontubini opened this issue · comments

Is there any option that I can use for ignoring fields that I don't want to be filled?

E.g. I've a DeletedAt Field.

What type is the DeletedAt field?

@dpaquette I have added this functionality. Can you provide the access to this repo so that I can push a branch and raise the PR?