Defines how to generate assertion arguments for property-based tests.
Two forms are supported:
[subject, phrase, ...params]
fc.tuple(fc.string(), fc.constantFrom('to be a string')); Copy
fc.tuple(fc.string(), fc.constantFrom('to be a string'));
[fc.string(), fc.constantFrom('to be a string', 'to be str')]; Copy
[fc.string(), fc.constantFrom('to be a string', 'to be str')];
Defines how to generate assertion arguments for property-based tests.
Two forms are supported:
[subject, phrase, ...params].