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

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

Issue 133653002: Clean up TestLauncherDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | base/test/launcher/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/test_launcher.h
diff --git a/base/test/launcher/test_launcher.h b/base/test/launcher/test_launcher.h
index 699492f9e5a9ae235d0e70f5349f15471fedcb42..796619d5b81f4c28013cc119acb88da859df5651 100644
--- a/base/test/launcher/test_launcher.h
+++ b/base/test/launcher/test_launcher.h
@@ -41,18 +41,6 @@ extern const char kGTestOutputFlag[];
// which tests and how are run.
class TestLauncherDelegate {
public:
- // Called at the start of each test iteration.
- virtual void OnTestIterationStarting() = 0;
-
- // Called to get a test name for filtering purposes. Usually it's
- // test case's name and test's name joined by a dot (e.g.
- // "TestCaseName.TestName").
- // TODO(phajdan.jr): Remove after transitioning away from run_test_cases.py,
- // http://crbug.com/236893 .
- virtual std::string GetTestNameForFiltering(
- const testing::TestCase* test_case,
- const testing::TestInfo* test_info) = 0;
-
// Called before a test is considered for running. If it returns false,
// the test is not run. If it returns true, the test will be run provided
// it is part of the current shard.
« no previous file with comments | « no previous file | base/test/launcher/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698