Class goog.testing.FunctionCall
code »Struct for a single function call.
Constructor
goog.testing.FunctionCall ( func, thisContext, args, ret, error )
Show:
Instance Methods
code »getArgument ( index ) ⇒ *
Returns the nth argument of the called function.
*
Parameters |
---|
|
Returns |
|
code »getArguments ( ) ⇒ !Array
!Array
Returns |
---|
|
code »getFunction ( ) ⇒ !Function
!Function
Returns |
---|
|
code »getReturnValue ( ) ⇒ *
*
Returns |
---|
|