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

[ValueTypes] filling

xperiandri opened this issue · comments

While filling a value type I discovered that you don't have a check that checks a value type default value.
So I implemented the one and can create a pull request.
However, I would also like to add public fields filling too. Do you accept that?

Submit a pull request and we will review. Those both sound like useful features

@xperiandri Did #166 fully implement this feature for you?