chromium/components/attribution_reporting/summary_buckets_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/attribution_reporting/summary_buckets.h"

#include <stdint.h>

#include <utility>

#include "base/containers/flat_set.h"
#include "base/test/gmock_expected_support.h"
#include "base/test/values_test_util.h"
#include "base/types/expected.h"
#include "base/values.h"
#include "components/attribution_reporting/max_event_level_reports.h"
#include "components/attribution_reporting/source_registration_error.mojom.h"
#include "components/attribution_reporting/summary_operator.mojom.h"
#include "components/attribution_reporting/test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace attribution_reporting {
namespace {

SourceRegistrationError;
SummaryOperator;
ErrorIs;
IsJson;
ValueIs;
ElementsAre;
Property;

TEST(SummaryOperatorTest, Parse) {}

TEST(SummaryOperatorTest, Serialize) {}

TEST(SummaryBucketsTest, Parse) {}

TEST(SummaryBucketsTest, Serialize) {}

}  // namespace
}  // namespace attribution_reporting