Tynamix / ObjectFiller.NET

The .NET ObjectFiller fills the properties of your .NET objects with random data
http://objectfiller.net
MIT License
76 stars 35 forks source link

Allow to specify a seed to get allways the same data. #119

Closed HerrLoesch closed 5 years ago

HerrLoesch commented 5 years ago

When using objectfiller with tests, it might be necessary to use allways the same data. A full fledged filler setup is to much in this case, because we would like to generate data to keep the amount of code low, but this data should be generated allways the same way to make sure that the tests run the same ways each and every time.

Tynamix commented 5 years ago

Hey Colleague :). Its already implemented in ObjectFiller 1.5.5.

https://objectfillernet.readme.io/reference#set-random-seed

HerrLoesch commented 5 years ago

Shame on me...