You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we can see that i created the filler setup in the constructor and save the ```.Result``` of the filler setup to a private field. In the method ```FillPerson()``` we call the ```.Setup(_fillerSetup)``` with the setup of this private field! Thats good if you want to reuse your setup!
195
+
196
+
165
197
###Ignore Properties
166
198
167
199
```csharp
@@ -634,9 +666,9 @@ The pattern generator can be extended, to allow combining built-in expressions a
634
666
}
635
667
```
636
668
637
-
###Lorem Ipsum String Plugin
669
+
###Lipsum String Plugin
638
670
639
-
The "Lorem Ipsum" plugin generates some random text which contains the famous "Lorem Ipsum" text. Read more about the Lorem Ipsum [here](http://en.wikipedia.org/wiki/Lorem_ipsum)
671
+
The "Lorem Ipsum" plugin generates some random text which contains the famous "Lorem Ipsum" text. Read more about the Lorem Ipsum [here](http://en.wikipedia.org/wiki/Lorem_ipsum). With the Lipsum plugin it is also possible to generate some other random text in english (Child Harold), german (In der Fremde) and french (Le Masque)
640
672
641
673
```csharp
642
674
publicclassPerson
@@ -653,13 +685,14 @@ The "Lorem Ipsum" plugin generates some random text which contains the famous "L
0 commit comments