#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) { … }
}
}