search

goog.testing.FunctionCall

Provided By

Struct for a single function call.

new FunctionCall( func, thisContext, args, ret, error )

Parameters
funcFunction

The called function.

thisContextObject

this context of called function.

argsArguments

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.

Instance Methods

Instance Properties