![]()
The type of key returned by key-returning functions (listen).
Constants:
|
Code » |
![]()
Setup step for the test functions. This needs to be called from the
test setUp.
Arguments:
|
code » | ||||||||||||||
![]()
Teardown step for the test functions. This needs to be called from
test teardown.
|
code » |
![]()
Expando property used on "listener" function to determine if a
listener has already been checked. This is what allows us to
implement assertNoOtherListenerIsCalled.
|
Code » | |
![]()
The maximum number of initialized event targets (in eventTargets
array) and listeners (in listeners array).
|
Code » | |
![]()
Expando property used on "listener" function to record the number
of times it has been called the last time assertListenerIsCalled is
done. This allows us to verify that it has not been called more
times in assertNoOtherListenerIsCalled.
|
Code » | |
![]()
The type of unlisten function's return value.
|
Code » |