The goog.testing.TestCase.Test Class

goog.testing.TestCase.Test(name, ref, opt_scope)

A class representing a single test function.

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.

.execute()

Executes the test function.

.name {string}

The name of the test.

.ref {Function}

Reference to the test function.

.scope {Object}

Scope that the test function should be called in.