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
This T4 template will generate test data builder pattern classes for a given assembly/namespace. Read more about test data builder patterns here. In summary test data builders is a pattern that creates test data in your unit tests. It is an alternative to the ObjectMother pattern.