chromium/components/performance_manager/resource_attribution/resource_contexts_unittest.cc

// Copyright 2023 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/performance_manager/public/resource_attribution/resource_contexts.h"

#include "components/performance_manager/test_support/graph_test_harness.h"
#include "components/performance_manager/test_support/mock_graphs.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace resource_attribution {

namespace {

template <typename PublicNode, typename NodeImpl>
const PublicNode* ToPublic(
    const performance_manager::TestNodeWrapper<NodeImpl>& wrapper) {}

ResourceAttrResourceContextsTest;
ResourceAttrResourceContextsDeathTest;

// Tests the context tokens returned from PM nodes.
TEST_F(ResourceAttrResourceContextsTest, NodeContexts) {}

TEST_F(ResourceAttrResourceContextsTest, ResourceContextComparators) {}

TEST_F(ResourceAttrResourceContextsTest, ResourceContextConverters) {}

TEST_F(ResourceAttrResourceContextsTest, ResourceContextTypeId) {}

TEST_F(ResourceAttrResourceContextsDeathTest, FailedResourceContextConverters) {}

}  // namespace

}  // namespace resource_attribution