search

goog.labs.mock.TimeoutError

Provided By
Extends

Error thrown when timeout triggers before specified action.

new TimeoutError( recordedCalls, methodName, verificationMode, args )

Parameters
recordedCallsArray<goog.labs.mock.MethodBinding_>

The recorded calls that didn't match the expectation.

methodNamestring

The expected method call.

verificationModegoog.labs.mock.verification.VerificationMode

The expected verification mode which failed verification.

argsArray<?>

The expected arguments.

Instance Properties