Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Side by Side Diff: pkg/analysis_server/test/mocks.dart

Issue 334573005: Unit test context removal (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/test/context_directory_manager_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 library mocks; 5 library mocks;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:io'; 8 import 'dart:io';
9 9
10 @MirrorsUsed(targets: 'mocks', override: '*') 10 @MirrorsUsed(targets: 'mocks', override: '*')
11 import 'dart:mirrors'; 11 import 'dart:mirrors';
12 12
13 import 'package:analyzer/src/generated/engine.dart'; 13 import 'package:analyzer/src/generated/engine.dart';
14 import 'package:analyzer/src/generated/sdk.dart'; 14 import 'package:analyzer/src/generated/sdk.dart';
15 import 'package:analyzer/src/generated/sdk_io.dart';
16 import 'package:analyzer/src/generated/source.dart'; 15 import 'package:analyzer/src/generated/source.dart';
17 import 'package:analysis_server/src/analysis_server.dart'; 16 import 'package:analysis_server/src/analysis_server.dart';
18 import 'package:analysis_server/src/channel.dart'; 17 import 'package:analysis_server/src/channel.dart';
19 import 'package:analysis_server/src/protocol.dart'; 18 import 'package:analysis_server/src/protocol.dart';
20 import 'package:analysis_server/src/resource.dart' as resource; 19 import 'package:analysis_server/src/resource.dart' as resource;
21 import 'package:matcher/matcher.dart'; 20 import 'package:matcher/matcher.dart';
22 import 'package:mock/mock.dart'; 21 import 'package:mock/mock.dart';
23 import 'package:unittest/unittest.dart'; 22 import 'package:unittest/unittest.dart';
24 import 'package:analysis_server/src/operation/operation_analysis.dart'; 23 import 'package:analysis_server/src/operation/operation_analysis.dart';
25 import 'package:analysis_server/src/operation/operation.dart'; 24 import 'package:analysis_server/src/operation/operation.dart';
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 403
405 // Not used. 404 // Not used.
406 @override 405 @override
407 String get sdkVersion => throw unimplemented; 406 String get sdkVersion => throw unimplemented;
408 407
409 // Not used. 408 // Not used.
410 @override 409 @override
411 List<String> get uris => throw unimplemented; 410 List<String> get uris => throw unimplemented;
412 } 411 }
413 412
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/context_directory_manager_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698