search

goog.testing.TestCase.Error

Provided By

A class representing an error thrown by the test

new Error( source, message, opt_stack )

Parameters
sourcestring

The name of the test which threw the error.

messagestring

The error message.

opt_stackstring=

A string showing the execution stack.

Instance Methods

Instance Properties