chromium/chrome/browser/safe_browsing/extension_telemetry/cookies_get_all_signal_processor_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 "chrome/browser/safe_browsing/extension_telemetry/cookies_get_all_signal_processor.h"

#include <array>

#include "chrome/browser/safe_browsing/extension_telemetry/cookies_get_all_signal.h"
#include "components/safe_browsing/core/common/proto/csd.pb.h"
#include "extensions/common/extension_id.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace safe_browsing {

namespace {

SignalInfo;
CookiesGetAllInfo;
GetAllArgsInfo;

constexpr auto kExtensionId =;
constexpr auto domains =;
constexpr auto names =;
constexpr auto paths =;
constexpr auto is_secure_cookie_values =;
constexpr auto store_ids =;
constexpr auto urls =;
constexpr auto is_session_cookie_values =;

class CookiesGetAllSignalProcessorTest : public ::testing::Test {};

TEST_F(CookiesGetAllSignalProcessorTest, EmptyProcessorWithNoData) {}

TEST_F(CookiesGetAllSignalProcessorTest, StoresDataAfterProcessingSignal) {}

TEST_F(CookiesGetAllSignalProcessorTest,
       ReportsSignalInfoCorrectlyWithMultipleUniqueArgSets) {}

TEST_F(CookiesGetAllSignalProcessorTest,
       MaxExceededArgSetsCountNotIncremented) {}

TEST_F(CookiesGetAllSignalProcessorTest, MaxExceededArgSetsCountIncremented) {}

TEST_F(CookiesGetAllSignalProcessorTest,
       ReportsSignalInfoCorrectlyWithEmptyBooleans) {}

TEST_F(CookiesGetAllSignalProcessorTest, IncludesJSCallStacksInSignalInfo) {}

}  // namespace

}  // namespace safe_browsing