Data filtering attributes with 3.6.0 version #91
piotrzajac
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have just released 3.6.0 version which includes data filtering attributes which helps narrowing down data generation to specific values or omitting certain values.
For these attributes to work, they must be used in conjunction with other data generation attributes.
They can be applied to simple types and collections.
Except
An attribute ensuring that values from outside the specified list will be generated.
PickFromRange
An attribute ensuring that only values from specified range will be generated.
PickFromValues
An attribute ensuring that only values from the specified list will be generated.
Beta Was this translation helpful? Give feedback.
All reactions