Christian Williams
|
5182e00c66
|
Wrapped matcher functions return undefined after expect() for futureproofing; we might want to allow matcher chaining, e.g.:
expect(x).toBeGreaterThan(3).and.toBeLessThan(6));
or other stuff e.g.:
expect(x).toBeTrue().because("it just needs to be");
|
2010-08-04 13:52:38 -07:00 |
Lee Byrd & Christian Williams
|
413be6b4ca
|
Remove deprecated class jasmine.Reporters.
Fully deprecate old-style Matchers; will be removed in next major version.
|
2010-06-22 17:35:41 -07:00 |
Christian Williams
|
184ff6fb2d
|
Typo.
|
2010-03-08 22:03:57 -08:00 |
Christian Williams
|
9f247eb278
|
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 |
Christian Williams
|
72b5ede0da
|
Move custom matcher specs to their own suite.
|
2009-12-24 10:53:57 -05:00 |