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

Unified Diff: base/test/launcher/test_launcher.h

Issue 418093004: Factored out duplicate code for formatting full test name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: base/test/launcher/test_launcher.h
diff --git a/base/test/launcher/test_launcher.h b/base/test/launcher/test_launcher.h
index 600c4dec339f3fee2c83c591abd6212891f8490b..019d4bc2ddd80f69241fd998eeaf85519dc74c6b 100644
--- a/base/test/launcher/test_launcher.h
+++ b/base/test/launcher/test_launcher.h
@@ -99,6 +99,9 @@ class TestLauncher {
// Called when a test has finished running.
void OnTestFinished(const TestResult& result);
+ static std::string FormatFullTestName(const std::string& test_case_name,
sky 2014/07/31 15:57:22 Add description.
Sergiy Byelozyorov 2014/07/31 17:33:03 Done.
+ const std::string& test_name);
+
private:
bool Init() WARN_UNUSED_RESULT;

Powered by Google App Engine
This is Rietveld 408576698