#include "third_party/blink/renderer/core/frame/report.h"
#include <vector>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/frame/document_policy_violation_report_body.h"
#include "third_party/blink/renderer/core/frame/location_report_body.h"
#include "third_party/blink/renderer/core/frame/permissions_policy_violation_report_body.h"
namespace blink {
namespace {
TEST(ReportMatchIdTest, SameInputGeneratesSameMatchId) { … }
bool AllDistinct(const std::vector<unsigned>& match_ids) { … }
const struct { … } kReportInputs[] = …;
TEST(ReportMatchIdTest, DifferentInputsGenerateDifferentMatchId) { … }
TEST(ReportMatchIdTest, MatchIdGeneratedShouldNotBeZero) { … }
}
}