jasmine/spec/suites
Christian Williams 49f295690a Old-style custom matchers (those which call this.report()) are not supported with the ".not" matcher negation syntax. 2010-03-01 23:02:59 -05:00
..
CustomMatchersSpec.js Custom matchers may now work like regular matchers -- just return a boolean, don't call this.report(). The old style still works but is deprecated. 2009-12-24 12:15:18 -05:00
EnvSpec.js Spec cleanup. 2010-02-27 11:37:53 -05:00
ExceptionsSpec.js major matcher refactor 2009-10-29 17:03:24 -07:00
JsApiReporterSpec.js Use jasmine.undefined for all comparisons to the undefined value, since undefined itself may be redefined elsewhere 2009-11-26 11:12:06 -05:00
MatchersSpec.js Old-style custom matchers (those which call this.report()) are not supported with the ".not" matcher negation syntax. 2010-03-01 23:02:59 -05:00
MockClockSpec.js added tests for mockclock 2009-10-27 16:49:23 -07:00
MultiReporterSpec.js Fix compatibility with the ruby contrib runner 2009-08-26 15:55:08 -07:00
NestedResultsSpec.js major matcher refactor 2009-10-29 17:03:24 -07:00
PrettyPrintSpec.js Use jasmine.undefined for all comparisons to the undefined value, since undefined itself may be redefined elsewhere 2009-11-26 11:12:06 -05: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 Tuning to prevent stack overflows in FF 2009-10-05 22:36:10 -07:00
RunnerSpec.js Spec cleanup. 2010-02-27 11:37:53 -05:00
SpecRunningSpec.js Move custom matcher specs to their own suite. 2009-12-24 10:53:57 -05:00
SpecSpec.js Tuning to prevent stack overflows in FF 2009-10-05 22:36:10 -07:00
SpySpec.js Fix message bug with wasCalledWith. Throw on bad arguments to createSpyObj 2010-02-24 19:27:43 -08:00
SuiteSpec.js Remove @deprecated methods. 2009-10-19 22:17:22 -07:00
TrivialReporterSpec.js Fix html escaping of matcher failure messages. 2009-11-12 16:13:44 -05:00
UtilSpec.js Update isArray_ function and add test coverage 2010-02-24 19:35:32 -08:00