search

goog.testing.ContinuationTestCase.Step

Provided By
Extends

Constructs a single step in a larger continuation test. Each step is similar to a typical TestCase test, except it may wait for an event or timeout to occur before running the test function.

new Step( name, ref, opt_scope )

Parameters
namestring

The test name.

reffunction(): ?

The test function to run.

opt_scope(Object|null)=

The object context to run the test in.

Instance Methods

Instance Properties