goog.testing.PerformanceTimer.Task |
test
: goog.testing.PerformanceTimer.TestFunction
Test function whose
performance is to be measured.
|
![]()
No description.
Returns: goog.testing.PerformanceTimer.TestFunction
The set up function or
the default no-op function if none was specified.
|
code » | ||
![]()
No description.
Returns: goog.testing.PerformanceTimer.TestFunction
The tear down function
or the default no-op function if none was specified.
|
code » | ||
![]()
No description.
Returns: goog.testing.PerformanceTimer.TestFunction
The test function to
time.
|
code » | ||
![]()
An optional set up function to run before each invocation of the test
function.
|
code » | ||
![]()
An optional tear down function to run after each invocation of the test
function.
|
code » | ||
![]()
The test function to time.
|
code » | ||
Specifies a set up function to be invoked before each invocation of the test
function.
Arguments:
Returns: !goog.testing.PerformanceTimer.Task
This task.
|
code » | ||
Specifies a tear down function to be invoked after each invocation of the
test function.
Arguments:
Returns: !goog.testing.PerformanceTimer.Task
This task.
|
code » |