#include "components/attribution_reporting/parsing_utils.h"
#include <stdint.h>
#include <limits>
#include <optional>
#include <string>
#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/constants.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/abseil-cpp/absl/numeric/int128.h"
namespace attribution_reporting {
namespace {
TEST(AttributionReportingParsingUtilsTest, ParseAggregationKeyPiece) { … }
TEST(AttributionReportingParsingUtilsTest, AggregationKeyIdHasValidLength) { … }
TEST(AttributionReportingParsingUtilsTest, ParseUint64) { … }
TEST(AttributionReportingParsingUtilsTest, ParseInt64) { … }
TEST(AttributionReportingParsingUtilsTest, HexEncodeAggregationKey) { … }
}
}