chromium/components/attribution_reporting/aggregatable_filtering_id_max_bytes_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_filtering_id_max_bytes.h"

#include <stdint.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/trigger_registration_error.mojom.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace attribution_reporting {
namespace {

TriggerRegistrationError;
ErrorIs;
ValueIs;
Property;

TEST(AggregatableFilteringIdsMaxBytes, Parse) {}

TEST(AggregatableFilteringIdsMaxBytes, CanEncompass) {}

}  // namespace
}  // namespace attribution_reporting