// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/common/shared_storage/shared_storage_mojom_traits.h" #include "mojo/public/cpp/test_support/test_utils.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/mojom/shared_storage/shared_storage.mojom.h" namespace blink { namespace { // Divide the byte limit by two to get the character limit for a key or value. constexpr int kMaxChar16StringLength = …; TEST(SharedStorageMojomTraitsTest, SerializeAndDeserializeKeyArgument) { … } TEST(SharedStorageMojomTraitsTest, SerializeAndDeserializeValueArgument) { … } } // namespace } // namespace blink