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

Unified Diff: ui/views/test/views_interactive_ui_test_base.h

Issue 2442933002: Create and apply ViewsInteractiveUITestBase (Closed)
Patch Set: based on comments Created 4 years, 2 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: ui/views/test/views_interactive_ui_test_base.h
diff --git a/ui/views/test/views_interactive_ui_test_base.h b/ui/views/test/views_interactive_ui_test_base.h
new file mode 100644
index 0000000000000000000000000000000000000000..22f7aee5a884fd61cae6137bd625e8d40a61a87f
--- /dev/null
+++ b/ui/views/test/views_interactive_ui_test_base.h
@@ -0,0 +1,26 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_VIEWS_TEST_VIEWS_INTERACTIVE_UI_TEST_BASE_H_
+#define UI_VIEWS_TEST_VIEWS_INTERACTIVE_UI_TEST_BASE_H_
+
+#include "ui/views/test/views_test_base.h"
+
+namespace views {
+
+// A ViewsTestBase setups for interactive uitests.
+class ViewsInteractiveUITestBase : public ViewsTestBase {
+ public:
+ ViewsInteractiveUITestBase();
+ ~ViewsInteractiveUITestBase() override;
+
+ void SetUp() override;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(ViewsInteractiveUITestBase);
+};
+
+} // namespace views
+
+#endif // UI_VIEWS_TEST_VIEWS_INTERACTIVE_UI_TEST_BASE_H_
« no previous file with comments | « ui/views/corewm/desktop_capture_controller_unittest.cc ('k') | ui/views/test/views_interactive_ui_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698