chromium/components/attribution_reporting/aggregatable_debug_reporting_config_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/attribution_reporting/aggregatable_debug_reporting_config.h"

#include <iterator>
#include <optional>

#include "base/strings/string_util.h"
#include "base/test/gmock_expected_support.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/values_test_util.h"
#include "base/values.h"
#include "components/aggregation_service/aggregation_coordinator_utils.h"
#include "components/attribution_reporting/debug_types.mojom.h"
#include "components/attribution_reporting/features.h"
#include "components/attribution_reporting/suitable_origin.h"
#include "components/attribution_reporting/test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
#include "url/origin.h"

namespace attribution_reporting {
namespace {

DebugDataType;

ErrorIs;
HasValue;
ValueIs;

_;
AllOf;
Contains;
ElementsAre;
Field;
IsEmpty;
Pair;
Property;
SizeIs;

constexpr size_t kNumSourceDebugDataTypes =;
constexpr size_t kNumTriggerDebugDataTypes =;

TEST(AggregatableDebugReportingConfig, Parse) {}

TEST(AggregatableDebugReportingConfig, SerializeSource) {}

TEST(AggregatableDebugReportingConfig, SerializeTrigger) {}

TEST(AggregatableDebugReportingConfig, SourceDebugDataTypes) {}

TEST(AggregatableDebugReportingConfig, TriggerDebugDataTypes) {}

}  // namespace
}  // namespace attribution_reporting