• Home
  • Raw
  • Download

Lines Matching refs:passed

139 …ction in the object of a class. The parameters **obj** and **f** must be passed in. This API suppo…
146 … value if a parameter of any type (except **undefined** and **null**) is passed in. This API must …
147 | 9 | anyString | Returns the expected value if a string is passed in. This API must be called by *…
148 | 10 | anyBoolean | Returns the expected value if a Boolean value is passed in. This API must be ca…
149 | 11 | anyFunction | Returns the expected value if a function is passed in. This API must be called…
150 | 12 | anyNumber | Returns the expected value if a number is passed in. This API must be called by …
151 | 13 | anyObj | Returns the expected value if an object is passed in. This API must be called by **…
152 | 14 | matchRegexs(Regex) | Returns the expected value if a regular expression is passed in. This A…
204 // The operation is successful if 'test' is passed in.
207 // The operation fails if 'abc' is passed in.
214 …')` is the expected return value. The expected value is returned only when `('test')` is passed in.
252 // The operation is successful if 'test' is passed in.
256 // The operation fails if '123' is passed in.
302 // The operation is successful if a string is passed in.
304 // The operation is successful if a number (for example '123') is passed in.
306 // The operation is successful if a Boolean value (for example 'true') is passed in.
309 // The operation fails if an empty value is passed in.
351 // The operation is successful if a string is passed in.
355 // The operation fails if a number or a Boolean value is passed in.
397 // The operation is successful if a string, for example, '1234567898', is passed in.
401 // The operation fails if '1234' is passed in.
766 The execution times of test cases and the parameters passed in each time are determined by the sett…
805 | 5 | "params" | Parameters to be passed to the test suite or test case.| No |