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

Unified Diff: base/test/test_launcher.h

Issue 23132002: GTTF: Add a basic new unit test launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gyp cycle Created 7 years, 4 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 | « base/test/run_all_unittests.cc ('k') | base/test/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_launcher.h
diff --git a/base/test/test_launcher.h b/base/test/test_launcher.h
index 9b4413dd431349a64ac69d180628c8fd9771f76a..264454f21c7187a4652af32edae1353743379d0e 100644
--- a/base/test/test_launcher.h
+++ b/base/test/test_launcher.h
@@ -30,6 +30,8 @@ extern const char kGTestOutputFlag[];
// Structure containing result of a single test.
struct TestResult {
+ std::string GetFullName() const { return test_case_name + "." + test_name; }
+
TestResult();
// Name of the test case (before the dot, e.g. "A" for test "A.B").
« no previous file with comments | « base/test/run_all_unittests.cc ('k') | base/test/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698