Skip to content

Commit be3f08a

Browse files
committed
Update README.md
1 parent da42d9e commit be3f08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ You can use the **.NET ObjectFiller** for generating test data for your **UnitTe
4343
I will show you some examples how you can work with it.
4444

4545
**The ObjectFiller.NET ...:**
46-
* ...fill the public writable properties of your objects
46+
* ...fill the public properties of your objects - even with private setters
4747
* ...fills also all subobjects
4848
* ...has a nice FluentAPI
4949
* ...handles constructors with parameters
5050
* ...handles IEnumerable<T> and all derivations
51-
* ...handles Interfaces
5251
* ...handles Dictionaries
52+
* ...handles Interfaces
5353
* ...handles Enumerations
5454
* ...is highly customizable
5555
* ...has many nice plugins

0 commit comments

Comments
 (0)