Hello,
I am trying to write a unit test for a component that has a property called frequencies that is a sequence of integers.
I want to test it with a number of different sequences. What is the syntax in the unit test xml to do this? I have tried a few things such as:
<Property name='frequencies' values='{1}, {1, 2, 3}, {10, 10, 10, 10}'/>
But had no luck.
Many thanks,
Dan