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

Unified Diff: mojo/public/cpp/application/application_test_base.h

Issue 996533002: Remove hardcoded tests URLs from apptests. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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: mojo/public/cpp/application/application_test_base.h
diff --git a/mojo/public/cpp/application/application_test_base.h b/mojo/public/cpp/application/application_test_base.h
index 10763be4bf36dcbb561ccb3a162a1f2335cbab4f..11a88e28ade766ae3caf5e5b385ab9e7345eda70 100644
--- a/mojo/public/cpp/application/application_test_base.h
+++ b/mojo/public/cpp/application/application_test_base.h
@@ -21,6 +21,9 @@ namespace test {
// Access the command line arguments passed to the application test.
const Array<String>& Args();
+// Access to the URL of the application test.
+const String& Url();
qsr 2015/03/10 10:24:55 I don't think you need this method. As you extend
Nick Bray (chromium) 2015/03/10 19:39:00 Done.
+
// Run all application tests. This must be called after the environment is
// initialized, to support construction of a default run loop.
MojoResult RunAllTests(MojoHandle application_request_handle);

Powered by Google App Engine
This is Rietveld 408576698