goog.testing.FunctionCall |
func
: !Function
The called function.
|
thisContext
: !Object
this context of called function. |
args
: !Arguments
Arguments of the called function.
|
ret
: *
Return value of the function or undefined in case of error.
|
error
: *
The error thrown by the function or null if none.
|
![]()
Returns the nth argument of the called function.
Arguments:
Returns: *
The argument value or undefined if there is no such argument.
|
code » | ||
No description.
Returns: !Array
Arguments of the called function.
|
code » | ||
![]()
No description.
Returns: *
The error thrown by the function or null if none.
|
code » | ||
No description.
Returns: !Function
The called function.
|
code » | ||
![]()
No description.
Returns: *
Return value of the function or undefined in case of error.
|
code » | ||
No description.
Returns: !Object
this context of called function. It is the same as
the created object if the function is a constructor.
|
code » |