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 PPAPI_TESTS_MOJO_TEST_MOJO_H_
6 #define PPAPI_TESTS_MOJO_TEST_MOJO_H_
8 #include "ppapi/tests/test_case.h"
9 #include "ppapi/tests/test_utils.h"
11 class TestMojo
: public TestCase
{
13 explicit TestMojo(TestingInstance
* instance
);
14 // TestCase implementation.
16 virtual void RunTests(const std::string
& test_filter
);
18 std::string
TestCreateMessagePipe();
21 #endif // PPAPI_TESTS_MOJO_TEST_MOJO_H_