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

Unified Diff: pkg/analysis_server/test/analysis_abstract.dart

Issue 2965533002: Use AnalysisDriver.getCachedResult() for 'implemented' notification. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/test/analysis_abstract.dart
diff --git a/pkg/analysis_server/test/analysis_abstract.dart b/pkg/analysis_server/test/analysis_abstract.dart
index 5723548aa247da9462d0fafd6ab46bf90e3d8dde..c37be8f20d272e892883ca27c2c7f6a13bb06019 100644
--- a/pkg/analysis_server/test/analysis_abstract.dart
+++ b/pkg/analysis_server/test/analysis_abstract.dart
@@ -212,6 +212,11 @@ class AbstractAnalysisTest {
handleSuccessfulRequest(request);
}
+ void setPriorityFiles(List<String> files) {
+ var request = new AnalysisSetPriorityFilesParams(files).toRequest('0');
+ handleSuccessfulRequest(request);
+ }
+
void setUp() {
serverChannel = new MockServerChannel();
resourceProvider = new MemoryResourceProvider();
« no previous file with comments | « pkg/analysis_server/test/analysis/notification_implemented_test.dart ('k') | pkg/analyzer/lib/src/dart/analysis/driver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698