jasmine/src
Lee Byrd & Christian Williams 51c0563608 bumping version to 0.11.1
2010-06-25 18:11:18 -07:00
..
html Build html support classes (just TrivialReporter for now) into jasmine-html.js. 2010-06-24 17:33:46 -07:00
base.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
Block.js Deprecate getResults() (use results()). Add some unit test coverage for jasmine.Spec. Add some unit test coverage for JsApiReporterSpec. 2009-09-28 11:13:44 -07:00
Env.js Jasmine should recover gracefully when there are errors in describe functions. 2010-06-04 14:14:31 -04:00
JsApiReporter.js Changed 'type' field of MessageResult and ExpectationResult to 'log' and 'expect', respectively. 2010-06-22 14:48:47 -07:00
Matchers.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
mock-timeout.js Oops, remove call to jasmine.log(). 2010-06-23 17:12:38 -07:00
MultiReporter.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
NestedResults.js Changed 'type' field of MessageResult and ExpectationResult to 'log' and 'expect', respectively. 2010-06-22 14:48:47 -07:00
PrettyPrinter.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
Queue.js jasmine.Queue iterates by looping rather than recursing, so stack overflows should be less likely. 2009-10-12 23:09:51 -05:00
Reporter.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
Runner.js JsApiReporter reports nested suites correctly. 2010-06-22 10:18:22 -07:00
Spec.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
Suite.js Refactor. 2010-06-22 10:30:06 -07:00
util.js Add documentation for all non-private functions. 2009-11-10 17:32:29 -05:00
version.json bumping version to 0.11.1 2010-06-25 18:11:18 -07:00
WaitsBlock.js Re-refactored Queue to use straightforward callbacks 2009-08-08 09:31:06 -07:00
WaitsForBlock.js Oops, shouldn't onComplete there. 2010-06-04 14:48:48 -04:00