withInputParams(inputParamsIn)
These are the input params into the function that you would like to test. The input params is an array representation of all the parameters.
- inputParamsIn {Array} - Array of parameters. The first function parameter goes into index 0 and the nth parameter goes into index n.
- returns {Scenario}