Christian Williams
1b3545c82a
Remove 'actual' param from matchers test and message functions. Use this.actual instead. This way, the signature of the test function matches how the matcher is called from a spec.
...
Spy matchers now throw an exception when called with non-spies, rather than returning false. This makes the message function simpler, and will work better with future dot-not support.
Added better specs for error conditions on spy matchers.
2009-11-12 12:47:44 -05:00
Christian Williams
1982fb51c9
Generate docs from source files, not lib.
2009-11-10 14:28:47 -05:00
ragaskar
f9d73761bb
Restore Matcher prototype methods for IDE joy
2009-10-30 19:29:19 -07:00
ragaskar
827fd1da0e
Pass sensible arguments in ExpectationResults
2009-10-29 20:33:47 -07:00
Ryan Dy & Rajan Agaskar
b67d2a265d
major matcher refactor
2009-10-29 17:03:24 -07:00
Davis Frank & Rajan Agaskar
fa2d36c5dc
Minor doc fix
2009-10-27 13:33:22 -07:00
Christian Williams
b6e408aab8
Remove @deprecated methods.
2009-10-19 22:17:22 -07:00
ragaskar
2588368231
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
Aaron Peckham & Christian Williams
8870f907e8
Fixed formatting.
2009-08-14 15:43:36 -07:00
Aaron Peckham & Christian Williams
ca077342f3
Added toBeLessThan and toBeGreaterThan matchers.
2009-08-14 15:39:28 -07:00
Davis W. Frank
19b73469dd
dwf: more doc commits
2009-06-28 13:36:51 -07:00
Davis W. Frank
8f13a631e7
dwF: moving toNotEqual to report !this.env.equals_ instead of a straight !==
2009-06-14 23:14:20 -07:00
ragaskar
9d95483de6
Refactored into class files. Meta-tests and runner for jasmine. Stack traces available for Firefox and supported browsers. Experimental pretty print matcher support. Many other new features
2009-05-28 20:02:15 -07:00