1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_MUS_PUBLIC_CPP_TESTS_VIEW_MANAGER_TEST_SUITE_H_
6 #define COMPONENTS_MUS_PUBLIC_CPP_TESTS_VIEW_MANAGER_TEST_SUITE_H_
8 #include "base/test/test_suite.h"
9 #include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
13 class ViewManagerTestSuite
: public base::TestSuite
{
15 ViewManagerTestSuite(int argc
, char** argv
);
16 ~ViewManagerTestSuite() override
;
19 void Initialize() override
;
22 MOJO_DISALLOW_COPY_AND_ASSIGN(ViewManagerTestSuite
);
27 #endif // COMPONENTS_MUS_PUBLIC_CPP_TESTS_VIEW_MANAGER_TEST_SUITE_H_