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

Unified Diff: pkg/analysis_server/test/search/test_all.dart

Issue 397883004: Implementation of the 'search.findMemberDeclarations' API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/test/search/search_domain_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/search/test_all.dart
diff --git a/pkg/analysis_server/test/search/test_all.dart b/pkg/analysis_server/test/search/test_all.dart
index 0940113d76c527ba45a5f78098e58618953f48dc..1949fc0050b40ce5406883ded2031d67208e8c13 100644
--- a/pkg/analysis_server/test/search/test_all.dart
+++ b/pkg/analysis_server/test/search/test_all.dart
@@ -6,6 +6,7 @@ library test.search;
import 'package:unittest/unittest.dart';
import 'element_references_test.dart' as element_references_test;
+import 'member_declarations_test.dart' as member_declarations;
import 'search_domain_test.dart' as search_domain_test;
import 'search_result_test.dart' as search_result_test;
import 'top_level_declarations_test.dart' as top_level_declarations;
@@ -17,6 +18,7 @@ main() {
groupSep = ' | ';
group('analysis_server', () {
element_references_test.main();
+ member_declarations.main();
search_domain_test.main();
search_result_test.main();
top_level_declarations.main();
« no previous file with comments | « pkg/analysis_server/test/search/search_domain_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698