2016-08-23 00:17:23 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
2016-08-31 01:07:40 +00:00
|
|
|
/**
|
|
|
|
|
* @module
|
|
|
|
|
* @description
|
|
|
|
|
* Entry point for all public APIs of the core/testing package.
|
|
|
|
|
*/
|
|
|
|
|
|
2016-08-23 00:17:23 +00:00
|
|
|
export * from './async';
|
|
|
|
|
export * from './component_fixture';
|
|
|
|
|
export * from './fake_async';
|
2018-08-14 23:27:04 +00:00
|
|
|
export {TestBed, getTestBed, inject, InjectSetupWrapper, withModule} from './test_bed';
|
2018-08-06 21:09:38 +00:00
|
|
|
export * from './test_bed_common';
|
2017-01-28 01:39:48 +00:00
|
|
|
export * from './before_each';
|
2016-08-23 00:17:23 +00:00
|
|
|
export * from './metadata_override';
|
2018-08-14 23:27:04 +00:00
|
|
|
export {MetadataOverrider as ɵMetadataOverrider} from './metadata_overrider';
|
2016-08-31 01:07:40 +00:00
|
|
|
export * from './private_export_testing';
|