-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-fuzzingIssue is related to the fuzzingIssue is related to the fuzzingctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Description
Description
Currently, ArrayModelProvider
generates only empty array and an array with 10 default elements as models. There are many possibilities of generating more meaningful and interesting models.
Expected behavior
We can construct small arrays and fill them with fuzzed values. We can obtain their sizes from ConstantsFinder
.
Context
Same ideas could be used in different collections, but currently it is difficult to support them due to type erasing.
Metadata
Metadata
Assignees
Labels
comp-fuzzingIssue is related to the fuzzingIssue is related to the fuzzingctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Done