C# library to populate object with random data -



C# library to populate object with random data -

i want populate object random info (for testing purposes), there library it?

some kind of reflection method traverse object graph , initialize primitive properties (string, int, datetime, etc) (but deep way, including collections, kid objects, etc)

nbuilder (github) fluent-api library generating data. uses rules define , isn't "random" per se. may able randomize inputs api, though, suit needs.

since still gets attending think it's worth mentioning project available through nuget (https://www.nuget.org/packages/nbuilder/) well, though hasn't been modified since 2011.

c#

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -