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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -