Class jasmine.Spec
Defined in: Spec.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jasmine.Spec(env, suite, description)
Internal representation of a Jasmine specification, or test.
|
Method Attributes | Method Name and Description |
---|---|
addMatcherResult(result)
|
|
addMatchers(matchersPrototype)
|
|
addToQueue(block)
|
|
after(doAfter, test)
|
|
execute(onComplete)
|
|
expect(actual)
|
|
explodes()
|
|
fail(e)
|
|
finish(onComplete)
|
|
log(message)
|
|
results()
|
|
runs(func)
|
|
spyOn(obj, methodName, ignoreMethodDoesntExist)
|
|
waits(timeout)
|
|
waitsFor(timeout, latchFunction, timeoutMessage)
|
Class Detail
jasmine.Spec(env, suite, description)
Internal representation of a Jasmine specification, or test.
- Parameters:
- {jasmine.Env} env
- {jasmine.Suite} suite
- {String} description
Method Detail
addBeforesAndAftersToQueue()
addMatcherResult(result)
- Parameters:
- result
addMatchers(matchersPrototype)
- Parameters:
- matchersPrototype
addToQueue(block)
- Parameters:
- block
after(doAfter, test)
- Parameters:
- doAfter
- test
execute(onComplete)
- Parameters:
- onComplete
expect(actual)
- Parameters:
- actual
explodes()
fail(e)
- Parameters:
- e
finish(onComplete)
- Parameters:
- onComplete
finishCallback()
getFullName()
getMatchersClass_()
getResults()
log(message)
- Parameters:
- message
removeAllSpies()
results()
runs(func)
- Parameters:
- func
spyOn(obj, methodName, ignoreMethodDoesntExist)
- Parameters:
- obj
- methodName
- ignoreMethodDoesntExist
waits(timeout)
- Parameters:
- timeout
waitsFor(timeout, latchFunction, timeoutMessage)
- Parameters:
- timeout
- latchFunction
- timeoutMessage