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
4. Consider using the Object Mother pattern in combination with the builders, see [my blog post](http://robdmoore.id.au/blog/2013/05/26/test-data-generation-the-right-way-object-mother-test-data-builders-nsubstitute-nbuilder/) for a description of how I use this library.
94
90
95
91
How can I create a list of entities using my builders?
@@ -167,6 +163,8 @@ If you need to alter the proxy before calling `Build` to add complex behaviours
*Remember that when using proxy objects of real classes that you need to mark properties and methods as virtual and have a protected empty constructor.*
167
+
170
168
Why does NTestDataBuilder have NSubstitute and NBuilder as dependencies?
0 commit comments