chromium/third_party/blink/common/tokens/tokens_mojom_traits_unittest.cc

// Copyright 2020 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/tokens/tokens_mojom_traits.h"

#include "base/unguessable_token.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"
#include "third_party/blink/public/mojom/tokens/tokens.mojom.h"

namespace mojo {

namespace {

// Tests round-trip serialization for the given TokenType of a given
// MultiTokenType.
template <typename MultiTokenType, typename MojomType, typename TokenType>
void ExpectSerializationWorks() {}

}  // namespace

TEST(FrameTokenTest, MojomTraits) {}

TEST(WorkerTokenTest, MojomTraits) {}

TEST(WorkletTokenTest, MojomTraits) {}

TEST(ExecutionContextTokenTest, MojomTraits) {}

}  // namespace mojo