We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da42d9e commit be3f08aCopy full SHA for be3f08a
README.md
@@ -43,13 +43,13 @@ You can use the **.NET ObjectFiller** for generating test data for your **UnitTe
43
I will show you some examples how you can work with it.
44
45
**The ObjectFiller.NET ...:**
46
-* ...fill the public writable properties of your objects
+* ...fill the public properties of your objects - even with private setters
47
* ...fills also all subobjects
48
* ...has a nice FluentAPI
49
* ...handles constructors with parameters
50
* ...handles IEnumerable<T> and all derivations
51
-* ...handles Interfaces
52
* ...handles Dictionaries
+* ...handles Interfaces
53
* ...handles Enumerations
54
* ...is highly customizable
55
* ...has many nice plugins
0 commit comments