chromium/components/services/storage/privileged/mojom/bucket_client_info_mojom_traits_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 "components/services/storage/privileged/mojom/bucket_client_info_mojom_traits.h"

#include "base/unguessable_token.h"
#include "components/services/storage/privileged/cpp/bucket_client_info.h"
#include "components/services/storage/privileged/mojom/bucket_client_info.mojom.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/tokens/tokens.h"

namespace storage {
namespace {

TEST(BucketClientInfoMojomTraitsTest, SerializeAndDeserializeExpectedToken) {}

TEST(BucketClientInfoMojomTraitsTest, FailUnexpectedContextTokenType) {}

TEST(BucketClientInfoMojomTraitsTest, FailUnexpectedDocumentToken) {}

}  // namespace
}  // namespace storage