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

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

#include <memory>
#include <utility>

#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/message.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/bindings/tests/supports_urgent_attribute_unittest.test-mojom.h"
#include "mojo/public/cpp/bindings/urgent_message_scope.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace mojo::test::supports_urgent_attribute_unittest {

class UrgentMessageFilter : public MessageFilter {};

class TestInterfaceImpl : public mojom::TestInterface {};

SupportsUrgentAttributeTest;

TEST_P(SupportsUrgentAttributeTest, TestAttribute) {}

INSTANTIATE_MOJO_BINDINGS_TEST_SUITE_P();

}  // namespace mojo::test::supports_urgent_attribute_unittest