Jasmine
1.2.0 revision 1337005947
Running 78 of 197 specs
jasmine-promise
passes if the deferred resolves immediately
passes if the deferred resolves after a short delay
lets specs that return nothing pass
lets specs that return non-promises pass
works ok with specs that return crappy non-Q promises
computing sum of integers using promises
should compute correct result without blowing stack
Q function
should result in a fulfilled promise when given a value
should be the identity when given promise
defer and when
resolve before when
reject before when
when before resolve
when before reject
resolves multiple observers
observers called even after throw
returns `undefined` from the deferred's methods
always next tick
generated by `resolve`
generated by `reject`
allows overriding global nextTick
progress
calls a single progress listener
calls multiple progress listeners
calls all progress listeners even if one throws
calls the progress listener even if later rejected
calls the progress listener with the notify values
does not call the progress listener if notify is called after fulfillment
does not call the progress listener if notify is called after rejection
should not save and re-emit progress notifications
should allow attaching progress listeners w/ .progress
should allow attaching progress listeners w/ Q.progress
should call the progress listener with undefined context
should forward only the first notify argument to listeners
should work with .then as well
should re-throw all errors thrown by listeners to Q.onerror
promises for objects
get
fulfills a promise
propagates a rejection
set
fulfills a promise
propagates a rejection
del
fulfills a promise
propagates a rejection
post
fulfills a promise
works as apply when given no name
send
fulfills a promise
is rejected for undefined method
is rejected for undefined object
keys
fulfills a promise
promises for functions
fapply
fulfills a promise using arguments
fcall
fulfills a promise using arguments
fbind
accepts a promise for a function
chains partial application on a promise for a function
returns a fulfilled promise
returns a rejected promise from a thrown error
passes arguments through
passes and also partially applies arguments
doesn't bind `this`
inspect
for a fulfilled promise
for a rejected promise
for a pending, unresolved promise
for a promise resolved to a rejected promise
for a promise resolved to a fulfilled promise
for a promise resolved to a pending promise
promise states
of fulfilled value
of fulfillment
of rejection
of rejection with a falsy value
of deferred
of deferred rejection
of deferred fulfillment
of deferred deferred
of isFulfilled side effects
propagation
propagate through then with no callback
propagate through then with modifying callback
errback recovers from exception
rejection propagates through then with no errback
rejection intercepted and rethrown
resolution is forwarded through deferred promise
should propagate progress by default
should allow translation of progress in the progressback
should stop progress propagation if an error is thrown
all
fulfills when passed an empty array