#autoDiscoverLifecycle
and #autoDiscoverTests
Gets the object with all globals.
Arguments:
Returns: Object
An object with all globals starting with the prefix.
|
code » | ||
![]()
Initializes the given test case with the global test runner 'G_testRunner'.
Arguments:
|
code » | ||
![]()
Save a reference to
window.clearTimeout , so any code that overrides
the default behavior (e.g. MockClock) doesn't affect our runner.
|
code » | ||
![]()
Save a reference to
window.setTimeout , so any code that overrides the
default behavior (the MockClock, for example) doesn't affect our runner.
|
code » |