✨ Accept ISpecimentBuilder
as value generator for With
#1421
Labels
accepted
Something that was accepted/approved for future release
feature request
An idea for a change, aimed at impoving quality of life
Milestone
Description
I have to work with a class with a string property whose valid value is limited to few option (a missed
enum
).I can use
ElementsBuilder<string>
to do so but the configuration is a bit cumbersome.It would be great if
With
acceptedISpecimenBuilder
directly.Example
could be written as
The text was updated successfully, but these errors were encountered: