We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Randomizer can create objects that match conditions.
User manages it.
Use the Limiter with a supplied action.
Makes it easier to create test data to match wanted test conditions.
The text was updated successfully, but these errors were encountered:
Fix #28: Randomizer Conditions (#29)
c37cd50
* Fix build coverage with multiple frameworks. * Add condition match option for Randomizer. * Update docs and prepare for merge. * Fix test issue.
Werebunny
Successfully merging a pull request may close this issue.
Expected Behavior
Randomizer can create objects that match conditions.
Current Behavior
User manages it.
Possible Solution
Use the Limiter with a supplied action.
Additional Information
Makes it easier to create test data to match wanted test conditions.
The text was updated successfully, but these errors were encountered: