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

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

#include "base/test/task_environment.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "mojo/public/cpp/system/message_pipe.h"
#include "mojo/public/cpp/system/wait.h"
#include "mojo/public/interfaces/bindings/tests/ping_service.mojom-test-utils.h"
#include "mojo/public/interfaces/bindings/tests/ping_service.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace mojo {
namespace {

class TestHelperTest : public testing::Test {};

class PingImpl : public test::PingService {};

class EchoImpl : public test::EchoService {};

class TrampolineImpl : public test::HandleTrampoline {};

TEST_F(TestHelperTest, AsyncWaiter) {}

}  // namespace
}  // namespace mojo