chromium/components/attribution_reporting/parsing_utils_unittest.cc

// Copyright 2022 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/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) {}

}  // namespace
}  // namespace attribution_reporting