Class jasmine.QueuedFunction
Defined in: jasmine.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jasmine.QueuedFunction(env, func, timeout, latchFunction, spec)
QueuedFunction is how ActionCollections' actions are implemented
|
Class Detail
jasmine.QueuedFunction(env, func, timeout, latchFunction, spec)
QueuedFunction is how ActionCollections' actions are implemented
- Parameters:
- {jasmine.Env} env
- {Function} func
- {Number} timeout
- {Function} latchFunction
- {jasmine.Spec} spec