#include "components/attribution_reporting/event_trigger_data.h"
#include <stdint.h>
#include <limits>
#include "base/test/gmock_expected_support.h"
#include "base/test/values_test_util.h"
#include "base/time/time.h"
#include "base/types/expected.h"
#include "base/values.h"
#include "components/attribution_reporting/filters.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 {
TriggerRegistrationError;
ErrorIs;
ValueIs;
AllOf;
Field;
TEST(EventTriggerDataTest, FromJSON) { … }
TEST(EventTriggerDataTest, ToJson) { … }
TEST(EventTriggerValueTest, Constructor) { … }
TEST(EventTriggerValueTest, Parse) { … }
TEST(EventTriggerValueTest, Serialize) { … }
}
}