#include "net/first_party_sets/first_party_sets_context_config.h"
#include <optional>
#include "net/base/schemeful_site.h"
#include "net/first_party_sets/first_party_set_entry.h"
#include "net/first_party_sets/first_party_set_entry_override.h"
#include "net/first_party_sets/first_party_sets_context_config.h"
#include "testing/gmock/include/gmock/gmock-matchers.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
Optional;
MATCHER_P(OverridesTo, entry, "") { … }
namespace net {
TEST(FirstPartySetsContextConfigTest, FindOverride_empty) { … }
TEST(FirstPartySetsContextConfigTest, FindOverride_irrelevant) { … }
TEST(FirstPartySetsContextConfigTest, FindOverride_deletion) { … }
TEST(FirstPartySetsContextConfigTest, FindOverride_modification) { … }
TEST(FirstPartySetsContextConfigTest, Contains) { … }
TEST(FirstPartySetsContextConfigTest, ForEachCustomizationEntry_FullIteration) { … }
TEST(FirstPartySetsContextConfigTest, ForEachCustomizationEntry_EarlyReturn) { … }
}