apicheck
apicheck copied to clipboard
Add required parameters to generators to enable complete dicctionary scans
RIght now every time that you declare a dicctionary a random element is picked at data generation. So, you can't know if every item is visited or not. In order to make a dictionary combinator the actual combinator must receive the dictionary elements as parameters. This enable to choose one random o combine dictionary values afterwards.