Skip to content

Commit e704aac

Browse files
Roman KRoman K
authored andcommitted
Update README.md
1 parent d89f88b commit e704aac

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ The **.NET ObjectFiller** fills the properties of your .NET objects with random
22
It has a very comfortable Fluent API.
33
You are able to fill object instances or you just let them create for you.
44
It is possible to create instances of classes which have constructors with parameters.
5-
You can also fill properties which are a interface.
6-
The **.NET ObjectFiller** also supports Lists and Dictionaries.
5+
You can also fill properties which are derived by a interface.
6+
The **.NET ObjectFiller** also supports IEnumerable<T> (and all derivations) and Dictionaries.
77

88
##Where can i get it?
99
Easy, you can find it at nuget! It's just one DLL!
@@ -16,9 +16,21 @@ Easy, you can find it at nuget! It's just one DLL!
1616
You can use the **.NET ObjectFiller** for generating test data for your **UnitTests** or for your **DesignViewModels** in WPF or for whatever you need some random testdata.
1717
I will show you some examples how you can work with it.
1818

19-
##Can i extend the .NET ObjectFiller
20-
21-
The **.NET ObjectFiller** is very flexible and easy to extend. With the help of the **FluentAPI** you can configure and extend the ObjectFiller. In the examples i will show you how to do it.
19+
**The ObjectFiller.NET ...:**
20+
* ...fill the public writable properties of your objects
21+
* ...fills also all subobjects
22+
* ...has a nice FluentAPI
23+
* ...can handle constructor with parameters
24+
* ...can handle IEnumerable<T> and all derivations
25+
* ...can handle Interfaces
26+
* ...cas handle Dictionaries
27+
* ...is highly customizable
28+
* ...has many nice plugins
29+
* ...is very easy to extend
30+
31+
##Can i extend the .NET ObjectFiller?
32+
33+
Of course! The **.NET ObjectFiller** is very flexible and easy to extend. With the help of the **FluentAPI** you can configure and extend the ObjectFiller. In the examples i will show you how to do it.
2234

2335
##Examples
2436

0 commit comments

Comments
 (0)