Commit Graph

  • af71f4d2f9 Remove vestiges of old HTMLReporter Dan Hansen and Davis W. Frank 2013-02-19 13:45:25 -08:00
  • 83227f2163 Merge branch '2_0' src/html/HtmlReporter.js Dan Hansen and Davis W. Frank 2013-02-19 12:07:47 -08:00
  • f865758124 Updated jasmine.js Dan Hansen and Davis W. Frank 2013-02-19 11:52:16 -08:00
  • 3fc79bac9e * Removed old Queue & Runner in favor of Suite using the new QueueRunner * New reporter interface across all reporters * xdescribe & xit now store disabled specs * Rewrite of HtmlReporter to support new interface and be more performant Davis W. Frank 2012-12-10 22:43:03 -08:00
  • 05977203a6 Cleanup of Exception formatting (incl. better Browser support re: toString; NestedResults is dead, remove it from jasmine.yml Davis W. Frank 2012-12-10 08:14:39 -08:00
  • 5bea864e1c Update README.markdown Sun, Liwen 2013-02-16 21:17:37 +08:00
  • a9eaa66da5 removing the exception formatter from the util namespace Davis W. Frank 2012-12-09 09:29:05 -08:00
  • 30bf565e69 removing jasmine.VERBOSE - not used Davis W. Frank 2012-12-08 12:02:42 -08:00
  • 668dd784ef Remove jasmine.util.extend Davis W. Frank 2012-12-08 11:48:11 -08:00
  • 4ad43267ab Update immediate goals. Davis W. Frank & Rajan Agaskar 2012-12-07 17:51:17 -08:00
  • be6b87a31b Remove obsolete NestedResults Davis W. Frank & Rajan Agaskar 2012-12-07 17:37:20 -08:00
  • 43552494ee Remove jasmine.CATCH_EXCEPTIONS Rajan Agaskar 2012-12-07 17:26:59 -08:00
  • 98c99c4ebb Remove obsolete MessageResult Rajan Agaskar 2012-12-07 16:43:27 -08:00
  • 4318de4647 Remove obsolete bindOriginal, timing bindings. Rajan Agaskar 2012-12-07 16:40:58 -08:00
  • a526ebf261 Re-add async support (achieved via done callbacks) Davis W. Frank & Rajan Agaskar 2012-12-07 16:30:32 -08:00
  • c2e1327f39 Permit HTMLReporter to render every 250ms Davis W. Frank & Rajan Agaskar 2012-12-07 13:53:26 -08:00
  • 234f2a1585 Reintroduce fn that clears stack occasionally Davis W. Frank & Rajan Agaskar 2012-12-07 12:26:05 -08:00
  • c584f182ab Fix getFullName on spec. Davis W. Frank & Rajan Agaskar 2012-12-07 11:11:09 -08:00
  • 74f928fd54 Re-add Mock Clock behavior as global 'clock' Davis W. Frank & Rajan Agaskar 2012-12-06 18:22:46 -08:00
  • a1011e7748 Rewrite Spec & allow Jasmine to be namespaced Davis W. Frank & Rajan Agaskar 2012-12-05 09:37:05 -08:00
  • 8b02bf731b Make all tests use syntax compatible with IE6/7/8 Vikki 2012-12-04 16:54:11 +00:00
  • 779dee1211 Remove results from Queue Davis W. Frank & Rajan Agaskar 2012-11-30 10:08:20 -08:00
  • 1f5e790c41 Remove Matchers report code cruft. Davis W. Frank & Rajan Agaskar 2012-11-29 15:55:46 -08:00
  • cd3a0c854b buildExpectationResult now returns a data object. Davis W. Frank & Rajan Agaskar 2012-11-29 15:29:45 -08:00
  • f9cbad1512 Fix mistaken toFail() expect usage Davis W. Frank & Rajan Agaskar 2012-11-29 15:14:27 -08:00
  • f840458b34 Encapsulate ExpectationResult Davis W. Frank & Rajan Agaskar 2012-11-29 12:17:45 -08:00
  • 34bd1969e7 Add performance smoke suite Davis W. Frank & Rajan Agaskar 2012-11-29 12:17:44 -08:00
  • dfed37531e Add unit coverage for ExpectationResult Davis W. Frank & Rajan Agaskar 2012-11-29 12:17:43 -08:00
  • 08f5a8c98f Track abstract goals for Jasmine 2.0 Davis W. Frank & Rajan Agaskar 2012-11-29 12:17:42 -08:00
  • 8d94d0bfc5 Move ExpectationResult into its own file Davis W. Frank & Rajan Agaskar 2012-11-29 12:17:20 -08:00
  • 3e5da57cf9 Remove jasmine.XmlHttpRequest Rajan Agaskar 2012-11-28 15:16:52 -08:00
  • e2af08e0a6 Move most jasmine global usage into boot. Davis W. Frank & Rajan Agaskar 2012-12-03 14:54:05 -08:00
  • b6c3999c3a Version 1.3.1 Davis W. Frank & Rajan Agaskar 2012-12-03 09:51:08 -08:00
  • 6785d1a05c Re-add pages submodule for release build script Davis W. Frank & Rajan Agaskar 2012-12-03 09:47:02 -08:00
  • e74f09df9c Fixing test runner failures in IE 6/7/8 whereby HtmlReporter.js bails out as we're using for (reserved keyword) as object property name. Fix is just to quote the name which allows IE6/7/8 to run the tests. I think this might also fix Issue #303 on main repo (https://github.com/pivotal/jasmine/issues/303) dev 2012-12-03 15:07:46 +00:00
  • f7c9aaa996 Setup Travis build Davis W. Frank & Rajan Agaskar 2012-11-28 14:27:07 -08:00
  • 86994b25db Use jasmine-gem for jasmine-core tests Davis W. Frank & Rajan Agaskar 2012-11-28 14:25:39 -08:00
  • 9a7c76ea23 Releasing 1.3 Davis W. Frank & Rajan Agaskar 2012-11-27 13:47:02 -08:00
  • e3a013ae99 Allow users to set the pretty-printer's recursion depth Max Brunsfeld 2012-03-04 16:27:16 -08:00
  • ead9aa6d5a When pretty-printing objects, don't include inherited properties. Max Brunsfeld 2012-03-04 16:18:43 -08:00
  • d9467317a8 adding a check for the sticky regExp option supported by Firefox and accepted by the ES6. Note that the tests for this case are checking for the support of the sticky parameter. the logic is still tested by the other expect statements in browsers that do not support sticky but will never enter that block as creating a regExp with that flag is not allowed. Coverage is still good. See pivotal/jasmine#234 Joost Elfering 2012-07-19 01:52:27 +02:00
  • 63ad879c12 added some specs to strengthen the coverage pivotal/jasmine#234 Joost Elfering 2012-06-05 20:58:42 +02:00
  • b95c43ab7c resolving issue that was identified via pivotal/jasmine#199 where RegExp objects were not properly compared resulting in non-matching RegExp objects to always return true. a patch to jasmine.Env.equals_ adds an extra step for RexExp objects to be compared. Joost Elfering 2012-06-04 00:12:58 +02:00
  • 3685d3199c less confusing messages for toHaveBeenCalledWith gvanhove 2012-03-02 19:28:15 -08:00
  • a34077a8af cover spy on on undefined method Gunnar Ahlberg 2012-05-02 14:11:22 +02:00
  • ac55e26870 Added toBeNaN matcher James Cracknell 2012-07-12 19:14:13 -06:00
  • acdc497361 Add JSDoc @return-tag to 'spyOn' and 'expect' functions support code completion in Spket IDE PLOE09 2012-09-14 16:36:32 +02:00
  • b527ccd2fa Fix swapped template values in build_standalone_runner.rb. Christopher Mitchell 2012-06-16 16:12:49 -07:00
  • cfa95fcf2c create downloads dir if needed during build_standalone_distribution Kevin Connor 2012-08-15 12:41:09 -07:00
  • ae9ddd74a2 update jsdoc for jasmine.Matchers.prototype.toThrow expected argument is optional Alexey Androsov 2012-07-10 15:12:32 +04:00
  • 26f0f6f213 Don't assume exports is defined when window is undefined Kevin Locke 2012-07-19 14:10:39 -06:00
  • c5ba032d28 Regenerate jasmine.js after adding ensured support. rgould 2012-07-24 18:37:00 -04:00
  • bbc4c70c91 Add 'ensured' blocks to the queue. rgould 2012-07-24 18:01:21 -04:00
  • c5c57247f8 Test that show that afterEach and after are not being called when a waitsFor times out. John Firebaugh 2010-09-29 08:25:06 -07:00
  • 9990eb7b6e Test that afterEach is called after a failing spec. John Firebaugh 2010-09-29 08:19:43 -07:00
  • b5b50182b2 Consolidate all waitsFor specs in the same describe block. John Firebaugh 2010-09-28 20:43:50 -07:00
  • 4d106c2b33 Wrapped the reserved word, "for", in quotes. Oliver Caldwell 2012-08-15 21:44:28 +02:00
  • 5e594946bb Change toBeCloseTo matcher to be more consistent. Dave Burt 2012-07-31 15:03:55 +10:00
  • 6ac4b686a3 Move to an earlier RedCarpet to fix an incompatibility with Rocco. Regen of gh-pages. Davis W. Frank 2012-08-11 16:53:08 -07:00
  • fd91433792 Version 1.3.1 v1.3.1 Davis W. Frank & Rajan Agaskar 2012-12-03 09:51:08 -08:00
  • 1f9004eaa3 Re-add pages submodule for release build script Davis W. Frank & Rajan Agaskar 2012-12-03 09:47:02 -08:00
  • 58e6747930 Fixing test runner failures in IE 6/7/8 whereby HtmlReporter.js bails out as we're using for (reserved keyword) as object property name. Fix is just to quote the name which allows IE6/7/8 to run the tests. I think this might also fix Issue #303 on main repo (https://github.com/pivotal/jasmine/issues/303) dev 2012-12-03 15:07:46 +00:00
  • 4c083856be Setup Travis build Davis W. Frank & Rajan Agaskar 2012-11-28 14:27:07 -08:00
  • b94522193c Use jasmine-gem for jasmine-core tests Davis W. Frank & Rajan Agaskar 2012-11-28 14:25:39 -08:00
  • 867de62699 Releasing 1.3 v1.3.0 Davis W. Frank & Rajan Agaskar 2012-11-27 13:47:02 -08:00
  • 74cdc5a04f Merge pull request #290 from maxbrunsfeld/smaller-pretty-print2 Rajan Agaskar 2012-10-29 09:32:40 -07:00
  • ddbee65aa8 Allow users to set the pretty-printer's recursion depth Max Brunsfeld 2012-03-04 16:27:16 -08:00
  • beeb872a82 When pretty-printing objects, don't include inherited properties. Max Brunsfeld 2012-03-04 16:18:43 -08:00
  • dbcb0b7983 Merge pull request #234 from yopefonic/master Rajan Agaskar 2012-10-26 19:51:47 -07:00
  • c8436d1d44 adding a check for the sticky regExp option supported by Firefox and accepted by the ES6. Note that the tests for this case are checking for the support of the sticky parameter. the logic is still tested by the other expect statements in browsers that do not support sticky but will never enter that block as creating a regExp with that flag is not allowed. Coverage is still good. See pivotal/jasmine#234 Joost Elfering 2012-07-19 01:52:27 +02:00
  • 639f757f6f added some specs to strengthen the coverage pivotal/jasmine#234 Joost Elfering 2012-06-05 20:58:42 +02:00
  • d65bdc7e59 resolving issue that was identified via pivotal/jasmine#199 where RegExp objects were not properly compared resulting in non-matching RegExp objects to always return true. a patch to jasmine.Env.equals_ adds an extra step for RexExp objects to be compared. Joost Elfering 2012-06-04 00:12:58 +02:00
  • a1ed56741b Merge pull request #193 from slackersoft/spy_called_with_messages Rajan Agaskar 2012-10-05 17:53:11 -07:00
  • 7473b455dc Merge pull request #225 from gunnarahlberg/master Rajan Agaskar 2012-10-05 17:44:00 -07:00
  • b6fb23b069 Merge pull request #254 from jcracknell/nan-matcher Rajan Agaskar 2012-10-05 17:31:36 -07:00
  • 386e83b53f Merge pull request #280 from ronaldploeger/master Rajan Agaskar 2012-10-05 17:10:51 -07:00
  • f2b25f1780 Add JSDoc @return-tag to 'spyOn' and 'expect' functions support code completion in Spket IDE PLOE09 2012-09-14 16:36:32 +02:00
  • 5ca2888301 Merge pull request #242 from ChrisTM/master Davis W. Frank 2012-09-02 22:58:08 -07:00
  • 147cb36760 Merge pull request #269 from kconnor/master Davis W. Frank 2012-09-02 17:42:11 -07:00
  • 107463ad57 Merge pull request #251 from doochik/patch-1 Davis W. Frank 2012-09-02 17:40:51 -07:00
  • 39a55d8f10 Merge pull request #257 from kevinoid/no-window-or-exports Davis W. Frank 2012-09-02 17:40:16 -07:00
  • 4b48dc1069 Merge pull request #260 from rgould/master Rajan Agaskar 2012-09-01 13:05:41 -07:00
  • 921f52862f Merge pull request #270 from Wolfy87/patch-1 Rajan Agaskar 2012-08-15 14:17:29 -07:00
  • ea2ffb7b01 Wrapped the reserved word, "for", in quotes. Oliver Caldwell 2012-08-15 21:44:28 +02:00
  • 54fbc48eb2 create downloads dir if needed during build_standalone_distribution Kevin Connor 2012-08-15 12:41:09 -07:00
  • 06c900ab20 Merge pull request #264 from dburt/master Davis W. Frank 2012-08-12 09:23:15 -07:00
  • 3e070e9db6 Move to an earlier RedCarpet to fix an incompatibility with Rocco. Regen of gh-pages. Davis W. Frank 2012-08-11 16:53:08 -07:00
  • 7e04571ec0 Change toBeCloseTo matcher to be more consistent. Dave Burt 2012-07-31 15:03:55 +10:00
  • ddd48f2c88 Regenerate jasmine.js after adding ensured support. rgould 2012-07-24 18:37:00 -04:00
  • 1c2e50d244 Add 'ensured' blocks to the queue. rgould 2012-07-24 18:01:21 -04:00
  • d2d60a798d Merge remote-tracking branch 'bigfix/after_waitsFor' rgould 2012-07-24 16:36:28 -04:00
  • 442f3bf872 Don't assume exports is defined when window is undefined Kevin Locke 2012-07-19 14:10:39 -06:00
  • f910df00bb Added toBeNaN matcher James Cracknell 2012-07-12 19:14:13 -06:00
  • 500b856cfa update jsdoc for jasmine.Matchers.prototype.toThrow expected argument is optional Alexey Androsov 2012-07-10 15:12:32 +04:00
  • dad4865fbf Merge pull request #221 from rupurt/no_try_catch_multi_commit Rajan Agaskar 2012-06-28 09:56:39 -07:00
  • 1771ec3c63 Add checkbox to test runner which toggles catching of exceptions during tests Alex Kwiatkowski 2012-04-15 17:45:50 -04:00
  • 2385acedd8 Add config option which stops jasmine from capturing exceptions in a test Alex Kwiatkowski 2012-04-15 17:34:31 -04:00
  • 4c28bef387 Fix swapped template values in build_standalone_runner.rb. Christopher Mitchell 2012-06-16 16:12:49 -07:00
  • 7bbcf51d45 Removed Frank for GHPages generation. Now using Rocco and a Thor task to build it Davis W. Frank 2012-05-27 13:16:20 -07:00
  • b6f96bc121 Version 1.2.0 v1.2.0 ragaskar 2012-05-14 07:35:38 -07:00