etishor / TestDataGenerator

Utility to fill objects with test data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestDataGenerator

Utility for filling objects with data.

Supports

  • Primitive Types
  • Arrays
  • IEnumerable<>
  • IList<>
  • ICollection<>
  • ISet<>
  • IDictionary<>
  • List<>, HashedSet<>, Dictionary<>
  • Hopefully most of user custom classes

For more details see unit tests.

About

Utility to fill objects with test data


Languages

Language:C# 100.0%