search

goog.testing.TestCase.Test

Provided By
All Known Direct Subclasses

A class representing a single test function.

new Test( name, ref, scope, objChain )

Parameters
namestring

The test name.

ref(function(): ?|null)

Reference to the test function or test object.

scope(Object|null)=

Optional scope that the test function should be called in.

objChainArray<?>=

A chain of objects used to populate setUps and tearDowns.

Instance Methods

Instance Properties