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

Bug/not filling from list #128

Closed stimms closed 7 years ago

stimms commented 7 years ago

Add filling of empty but instantiated lists. Also cleaned up some places in tests where the "new" nameof key word was useful.

dpaquette commented 7 years ago

How do we not have a CI build setup for GenFu?