Vojta Jina
2b90ef1694
test(matchers): update toThrow matcher
2013-08-12 16:23:39 -07:00
Igor Minar
701d61080a
chore(matchers): fix hasBeenCalledOnceWith matcher
...
the error message was wrong and misleading
2013-02-20 08:44:53 -08:00
Vojta Jina
f701ce08f9
fix(matchers.toHaveClass): Correct reference to angular.mock.dump
2012-03-19 17:26:29 -07:00
Igor Minar
ed78f0d830
chore(log): generic test log service with custom toEquals matcher
...
- any test that needs a logger can just inject provideLog
- logger has susict api that makes tests more readable
- custom toEquals matcher allows for pretty expectations
2012-01-23 22:33:28 -08:00
Igor Minar
1cdfa3b960
feat(deferreds/promises): Q-like deferred/promise implementation with a ton of specs
2011-11-30 14:49:03 -05:00
Vojta Jina
acbd7cdf32
style(docs): make jslint happy - fix some warnings
2011-11-14 20:31:19 -08:00
Misko Hevery
f0fa5e6376
doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module
2011-11-14 20:31:16 -08:00
Misko Hevery
a87f2fb9e4
refactor(mock): moved mocks into its own module
2011-11-14 20:31:14 -08:00
Misko Hevery
c27aba4354
refactor(api): remove type augmentation
...
BREAK:
- remove angular.[Object/Array/String/Function]
- in templates [].$filter(predicate) and friends need to change to [] | filter:predicate
2011-11-14 20:31:14 -08:00
Vojta Jina
2636105c5e
feat(matchers): extract jasmine matchers into separate file for future reuse
...
Prefix all used functions with angular.* so that they can be used with compiled angular as well...
2011-10-31 18:22:21 -07:00