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