PrintsCharming / ObjectHydrator

This project allows you to pass custom POCO's to it, and have it return an instance of the class populated with randomly generated data. This random data can be overridden by convention.
Apache License 2.0
39 stars 19 forks source link

Added a Do method to allow one property to be based on other generate… #25

Closed rikrak closed 6 years ago

rikrak commented 6 years ago

Ref: #1

I've implemented a simple "Do" method to allow a property to be set from the generated values in other properties. It's rudimentary, but it has merit.

PrintsCharming commented 6 years ago

Merged into 1-3Pre