Identifies the signature of a function that expects the current scope as the this value and any additional arguments that are passed to the function. The function should return the this (object) that will be used to chain the next assertion.
this
Identifies the signature of a function that expects the current scope as the
this
value and any additional arguments that are passed to the function. The function should return thethis
(object) that will be used to chain the next assertion.