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

[ValueTypes] filling #165

Closed xperiandri closed 2 years ago

xperiandri commented 2 years ago

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?

dpaquette commented 2 years ago

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

dpaquette commented 2 years ago

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

xperiandri commented 2 years ago

Yes