goog.testing.TestCase.Test | |
goog.testing.ContinuationTestCase.Step | goog.testing.TestCase.Test |
name
: string
The test name.
|
ref
: Function
The test function to run.
|
opt_scope
: Object=
The object context to run the test in.
|
![]()
Executes the test function.
|
code » |
![]()
No description.
|
Code » | |
![]()
Key to this step's timeout. If the step is waiting for an event, the timeout
will be used as a kill timer. If the step is waiting
|
Code » | |
![]()
Whether the step is currently waiting for a condition to continue. All new
steps begin in wait state.
|
Code » |
![]()
A saved reference to window.clearTimeout so that MockClock or other overrides
don't affect continuation timeouts.
|
Code » | |
![]()
A saved reference to window.setTimeout so that MockClock or other overrides
don't affect continuation timeouts.
|
Code » | |
![]()
No description.
|
Code » |