chromium/mojo/public/cpp/bindings/tests/request_response_unittest.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <stdint.h>
#include <utility>

#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "base/test/bind.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "mojo/public/cpp/bindings/tests/bindings_test_base.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "mojo/public/interfaces/bindings/tests/sample_import.mojom.h"
#include "mojo/public/interfaces/bindings/tests/sample_interfaces.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace mojo {
namespace test {
namespace {

class ProviderImpl : public sample::Provider {};

RequestResponseTest;

TEST_P(RequestResponseTest, EchoString) {}

TEST_P(RequestResponseTest, EchoStrings) {}

TEST_P(RequestResponseTest, EchoMessagePipeHandle) {}

TEST_P(RequestResponseTest, EchoEnum) {}

INSTANTIATE_MOJO_BINDINGS_TEST_SUITE_P();

}  // namespace
}  // namespace test
}  // namespace mojo