angular-cn/modules/@angular/core/testing
Tobias Bosch 1b15170c89 refactor(core): simplify decorators
Every decorator now is made of the following:
- a function that can be used
as a decorator or as a constructor. This function
also can be used for `instanceof` checks.
- a type for this function (callable and newable)
- a type that describes the shape of the data
  that the user needs to pass to the decorator
  as well as the instance of the metadata

The docs for decorators live at the followig places
so that IDEs can discover them correctly:
- General description of the decorator is placed on the
  `...Decorator` interface on the callable function
  definition
- Property descriptions are placed on the interface
  that describes the metadata produces by the decorator
2016-09-12 22:47:54 -07:00
..
async.ts fix(zones): bump zone version to 0.6.15 (#10953) 2016-08-19 14:35:26 -07:00
async_test_completer.ts chore(facade): remove most facade/async functions 2016-08-05 12:26:28 -07:00
component_fixture.ts refactor(tests): simplify code (#11485) 2016-09-09 12:04:38 -07:00
facade fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
fake_async.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
index.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
lang_utils.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
logger.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
metadata_override.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00
mock_animation_player.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
ng_zone_mock.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
private_export_testing.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
test_bed.ts refactor(core): simplify decorators 2016-09-12 22:47:54 -07:00
test_compiler.ts refactor(core): simplify decorators 2016-09-12 22:47:54 -07:00
testing.ts refactor(testing): remove deprecated testing functions (#10832) 2016-08-15 21:40:37 -07:00
testing_internal.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00