chromium/components/attribution_reporting/aggregatable_trigger_config_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/aggregatable_trigger_config.h"

#include <optional>
#include <string>

#include "base/test/gmock_expected_support.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/values_test_util.h"
#include "base/values.h"
#include "components/attribution_reporting/aggregatable_filtering_id_max_bytes.h"
#include "components/attribution_reporting/features.h"
#include "components/attribution_reporting/source_registration_time_config.mojom.h"
#include "components/attribution_reporting/test_utils.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 {

SourceRegistrationTimeConfig;
TriggerRegistrationError;
ErrorIs;
ValueIs;
Optional;
Property;

const AggregatableFilteringIdsMaxBytes kFilteringIdMaxBytes;

TEST(AggregatableTriggerConfigTest, ParseAggregatableSourceRegistrationTime) {}

TEST(AggregatableTriggerConfigTest, ParseTriggerContextId) {}

TEST(AggregatableTriggerConfigTest,
     ParseAggregatableFilteringIdMaxByte_FilteringIdsEnabled) {}

TEST(AggregatableTriggerConfigTest,
     ParseAggregatableFilteringIdMaxByte_FilteringIdsDisabled) {}

TEST(AggregatableTriggerConfigTest, Create) {}

TEST(AggregatableTriggerConfigTest, Parse_TriggerContextIdLength) {}

TEST(AggregatableTriggerConfigTest, Serialize_FilteringIdsEnabled) {}

TEST(AggregatableTriggerConfigTest, Serialize_FilteringIdsDisabled) {}

}  // namespace
}  // namespace attribution_reporting