angular/modules/angular2/test
Vikram Subramanian 35cd0ded22 chore(testing): Refactor test methods to have a uniform interface.
Remove FunctionWithParamTokens.

All test wrappers async, fakeAsync and inject now return just a Function instead of FunctionWithParamTokens. This makes them directly consumable by the test framework. Also the test framework code does not have to handle a union of Function and FunctionWithParamTokens everywhere.

The Function returned by the above methods are considered asynchronous by the test framework if they return a Promise, synchronous otherwise.

Closes #8257
2016-04-28 01:16:25 +00:00
..
alt_router feat(router): add Router and RouterOutlet 2016-04-25 22:41:33 +00:00
animate revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
common feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
compiler feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
core feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
facade revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
http style(global): group multiple imports from same module 2016-04-26 22:40:30 +00:00
i18n feat(i18n): add support for nested expansion forms 2016-04-18 19:38:12 +00:00
mock style(global): group multiple imports from same module 2016-04-26 22:40:30 +00:00
platform feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
router feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
symbol_inspector refactor(Location): out of router and into platform/common 2016-04-20 04:28:47 +00:00
testing chore(testing): Refactor test methods to have a uniform interface. 2016-04-28 01:16:25 +00:00
upgrade revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
web_workers refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
dev_mode_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
public_api_spec.ts feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00