refactor(test): rename test_lib to testing

Old test_lib is now testing_internal
test_lib_public is now testing
This commit is contained in:
Julie Ralph
2015-10-13 00:29:13 -07:00
parent 5a504e6b78
commit f529236bfc
266 changed files with 407 additions and 279 deletions
@@ -1,4 +1,4 @@
library test_lib.fake_async;
library testing.fake_async;
import 'dart:async' show runZoned, ZoneSpecification;
import 'package:quiver/testing/async.dart' as quiver;
@@ -1,4 +1,4 @@
library test_lib.lang_utils;
library testing.lang_utils;
import 'dart:mirrors';
@@ -1,4 +1,4 @@
library test_lib.matchers;
library testing.matchers;
import 'dart:async';
@@ -1,3 +1,3 @@
library angular2.test_lib.perf_util;
library angular2.testing.perf_util;
// empty as this file is node.js specific and should not be transpiled to dart
@@ -1,3 +1,3 @@
library angular2.test_lib_public;
library angular2.src.testing.testing;
// empty as this file is for external TS/js users and should not be transpiled to dart
@@ -10,7 +10,7 @@ import {createTestInjector, FunctionWithParamTokens, inject, injectAsync} from '
export {inject, injectAsync} from './test_injector';
export {expect} from './matchers';
export {expect, NgMatchers} from './matchers';
var _global: jasmine.GlobalPolluter = <any>(typeof window === 'undefined' ? global : window);
@@ -1,4 +1,4 @@
library test_lib.test_lib;
library angular2.src.testing.testing_internal;
import 'dart:async';