jasmine/spec/suites
Christian Williams b33b2d2cf1 toThrow()'s (and some other matchers') .not message is misleading. 2010-08-25 18:16:37 -07:00
..
BaseSpec.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
CustomMatchersSpec.js Wrapped matcher functions return undefined after expect() for futureproofing; we might want to allow matcher chaining, e.g.: 2010-08-04 13:52:38 -07:00
EnvSpec.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
ExceptionsSpec.js major matcher refactor 2009-10-29 17:03:24 -07:00
JsApiReporterSpec.js Changed 'type' field of MessageResult and ExpectationResult to 'log' and 'expect', respectively. 2010-06-22 14:48:47 -07:00
MatchersSpec.js toThrow()'s (and some other matchers') .not message is misleading. 2010-08-25 18:16:37 -07:00
MockClockSpec.js Fixed bug where multiple calls to jasmine.Clock.useMock cause multiple tear downs 2010-06-23 11:03:05 -07:00
MultiReporterSpec.js By default don't display "Jasmine Running..." console log for each spec. Re-enable by setting TrivialReporter's logRunningSpecs to true. 2010-06-24 11:10:58 -07:00
NestedResultsSpec.js major matcher refactor 2009-10-29 17:03:24 -07:00
PrettyPrintSpec.js Removed references to 'window'; using jasmine.getGlobal() instead in order to better support non-browser environments. 2010-06-22 16:22:09 -07:00
QueueSpec.js jasmine.Queue iterates by looping rather than recursing, so stack overflows should be less likely. 2009-10-12 23:09:51 -05:00
ReporterSpec.js Remove deprecated class jasmine.Reporters. 2010-06-22 17:35:41 -07:00
RunnerSpec.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
SpecRunningSpec.js Allow waitsFor() arguments to be specified in arbitrary order. 2010-08-25 18:04:52 -07:00
SpecSpec.js jasmine.log() and Spec#log() take multiple arguments which are pretty-printed and concatted together. 2010-06-22 12:23:54 -07:00
SpySpec.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
SuiteSpec.js JsApiReporter reports nested suites correctly. 2010-06-22 10:18:22 -07:00
TrivialReporterSpec.js By default don't display "Jasmine Running..." console log for each spec. Re-enable by setting TrivialReporter's logRunningSpecs to true. 2010-06-24 11:10:58 -07:00
UtilSpec.js Update isArray_ function and add test coverage 2010-02-24 19:35:32 -08:00
WaitsForBlockSpec.js Fixed bug: waitsFor() hangs forever if latch function never returns true. 2010-08-25 17:16:19 -07:00