-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set the properties of Fixture object #63
Comments
@sergioprates Hi! Thanks! That should be possible after #10. There's a constructor in SweetBuilders/Source/SweetBuilders/BuilderBase.cs Lines 40 to 43 in 7b79ecf
You'd have to create your own SweetBuilders/Tests/SweetBuilders.Test/BuilderBaseTests.cs Lines 287 to 299 in 7b79ecf
SweetBuilders/Tests/SweetBuilders.Test/FooBar.cs Lines 57 to 75 in 7b79ecf
I honestly don't remember why I didn't make it available in the concrete |
Describe the feature
Hi, nice lib!
We have a away to set the properties of Fixture object? Like:
var fixture = new Fixture { RepeatCount = 1, };
The text was updated successfully, but these errors were encountered: