ValidValuesMutator
This mutator will allow users to specify additional data for each data element through a hint. Each of these values must be separated with a semi-colon.
Target Elements
Hints
-
ValidValues — Define additional values. Separate these values with a semi-colon (;)
For example:
<DataModel name="TheDataModel">
<String name="string1" value="Hello, World!">
<Hint name="ValidValues" value="one;two;three;four;five;abc;123"/>
</String>
</DataModel>
In this case, "string1" would hold the values one, two, three, four, five, abc, 123, in addition to its default value of Hello, World!


