OLD | NEW |
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 import 'package:unittest/unittest.dart'; | 5 import 'package:unittest/unittest.dart'; |
6 | 6 |
7 import 'analysis/test_all.dart' as analysis_all; | 7 import 'analysis/test_all.dart' as analysis_all; |
8 import 'analysis_server_test.dart' as analysis_server_test; | 8 import 'analysis_server_test.dart' as analysis_server_test; |
9 import 'channel/test_all.dart' as channel_test; | 9 import 'channel/test_all.dart' as channel_test; |
10 import 'context_manager_test.dart' as context_manager_test; | 10 import 'context_manager_test.dart' as context_manager_test; |
(...skipping 24 matching lines...) Expand all Loading... |
35 domain_execution_test.main(); | 35 domain_execution_test.main(); |
36 domain_server_test.main(); | 36 domain_server_test.main(); |
37 edit_all.main(); | 37 edit_all.main(); |
38 operation_test_all.main(); | 38 operation_test_all.main(); |
39 protocol_server_test.main(); | 39 protocol_server_test.main(); |
40 protocol_test.main(); | 40 protocol_test.main(); |
41 search_all.main(); | 41 search_all.main(); |
42 services_all.main(); | 42 services_all.main(); |
43 socket_server_test.main(); | 43 socket_server_test.main(); |
44 }); | 44 }); |
45 } | 45 } |
OLD | NEW |