chromium/mojo/public/cpp/base/proto_wrapper_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 "mojo/public/cpp/base/proto_wrapper_mojom_traits.h"

#include "mojo/public/cpp/base/proto_wrapper.h"
#include "mojo/public/cpp/base/proto_wrapper_passkeys.h"
#include "mojo/public/cpp/base/test.pb.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "mojo/public/mojom/base/proto_wrapper.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/protobuf/src/google/protobuf/message_lite.h"

namespace mojo_base {

TEST(ProtoWrapperTest, TraitsOk) {}

TEST(ProtoWrapperTest, LargeMessage) {}

TEST(ProtoWrapperTest, TraitsEquivilentMessages) {}

TEST(ProtoWrapperTest, TraitsDistinctMessages) {}

TEST(ProtoWrapperTest, ToFromBytes) {}

}  // namespace mojo_base