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

Unified Diff: lib/src/runner/environment.dart

Issue 1685363002: Add a platform plugin infrastructure. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 10 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 | « lib/src/runner/debugger.dart ('k') | lib/src/runner/hack_load_vm_file_hook.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/environment.dart
diff --git a/lib/src/runner/environment.dart b/lib/src/runner/environment.dart
index 9a7053bb6e6c7a49b11ffbb9b900eb1788fec9fd..694f9382bba8fa2d683e8223d1a50db1535b155f 100644
--- a/lib/src/runner/environment.dart
+++ b/lib/src/runner/environment.dart
@@ -7,6 +7,9 @@ import 'package:async/async.dart';
/// The abstract class of environments in which test suites are
/// loaded—specifically, browsers and the Dart VM.
abstract class Environment {
+ /// Whether this environment supports interactive debugging.
+ bool get supportsDebugging;
+
/// The URL of the Dart VM Observatory for this environment, or `null` if this
/// environment doesn't run the Dart VM or the URL couldn't be detected.
Uri get observatoryUrl;
« no previous file with comments | « lib/src/runner/debugger.dart ('k') | lib/src/runner/hack_load_vm_file_hook.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698