Class goog.testing.TestCase.Test

code »

A class representing a single test function.

Constructor

goog.testing.TestCase.Test ( name, ref, opt_scope )
Parameters
name: string
The test name.
ref: Function
Reference to the test function.
opt_scope: Object=
Optional scope that the test function should be called in.
Show:

Instance Methods

Executes the test function.

Instance Properties

The name of the test.

Reference to the test function.

Scope that the test function should be called in.