apicheck icon indicating copy to clipboard operation
apicheck copied to clipboard

Add required parameters to generators to enable complete dicctionary scans

Open CesarGallego opened this issue 5 years ago • 0 comments

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.

CesarGallego avatar Jun 27 '19 13:06 CesarGallego