#include "components/attribution_reporting/aggregation_keys.h"
#include <stddef.h>
#include <string>
#include <utility>
#include "base/test/gmock_expected_support.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/test/values_test_util.h"
#include "base/types/expected.h"
#include "base/values.h"
#include "components/attribution_reporting/constants.h"
#include "components/attribution_reporting/source_registration_error.mojom.h"
#include "components/attribution_reporting/test_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/abseil-cpp/absl/numeric/int128.h"
namespace attribution_reporting {
namespace {
SourceRegistrationError;
ErrorIs;
ValueIs;
ElementsAre;
IsEmpty;
Pair;
Property;
TEST(AggregationKeysTest, FromJSON) { … }
TEST(AggregationKeysTest, FromJSON_CheckSize) { … }
TEST(AggregationKeysTest, FromJSON_RecordsMetric) { … }
TEST(AggregationKeysTest, ToJson) { … }
}
}