lvc/api-sanity-checker

1. How can I assign different values to multiple parameters of a function by using single specialized type? Is it possible?

MARISETTI-LAVANYA opened this issue · 1 comments

1. How can I assign different values to multiple parameters of a function by using single specialized type? Is it possible?
lvc commented

Hi,

You can associate a single value only. The meaning of the shallow test is to call each API function once.

You need to run with different sets of spec-types in order to call each function multiple times with different arguments.

Thank you.