Class jasmine.QueuedFunction
Defined in: QueuedFunction.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jasmine.QueuedFunction(env, func, timeout, latchFunction, spec)
QueuedFunction is how ActionCollections' actions are implemented
|
Method Attributes | Method Name and Description |
---|---|
execute()
|
|
fail(e)
|
|
next()
|
|
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
Method Detail
execute()
fail(e)
- Parameters:
- e
next()
safeExecute()