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

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

#include <optional>
#include <utility>

#include "base/test/bind.h"
#include "base/test/task_environment.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "mojo/public/cpp/bindings/tests/containers_of_nullable_types_mojom_traits.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "mojo/public/interfaces/bindings/tests/containers_of_nullable_types.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace mojo::test::containers_of_nullable_types {
namespace {

class ContainersOfNullables : public ::testing::Test {};

TEST_F(ContainersOfNullables, ContainersOfOptionals) {}

}  // namespace
}  // namespace mojo::test::containers_of_nullable_types