Tynamix / ObjectFiller.NET

The .NET ObjectFiller fills the properties of your .NET objects with random data

Home Page:http://objectfiller.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

HerrLoesch opened this issue · comments

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.

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

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

Shame on me...