1 // Copyright 2013 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 IOS_WEB_TEST_WEB_TEST_SUITE_H_
6 #define IOS_WEB_TEST_WEB_TEST_SUITE_H_
8 #include "base/test/test_suite.h"
12 class WebTestSuite
: public base::TestSuite
{
14 WebTestSuite(int argc
, char** argv
);
15 ~WebTestSuite() override
;
18 void Initialize() override
;
22 DISALLOW_COPY_AND_ASSIGN(WebTestSuite
);
27 #endif // IOS_WEB_TEST_WEB_TEST_SUITE_H_