search

goog.labs.mock.VerificationError

Provided By
Extends

Error thrown when verification failed.

new VerificationError( recordedCalls, methodName, verificationMode, args )

Parameters
recordedCalls(Array<goog.labs.mock.MethodBinding_>|null)

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