#include "net/first_party_sets/local_set_declaration.h"
#include <optional>
#include "net/base/schemeful_site.h"
#include "net/first_party_sets/first_party_set_entry.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"
IsEmpty;
Pair;
UnorderedElementsAre;
namespace net {
TEST(LocalSetDeclarationTest, Valid_EmptySet) { … }
TEST(LocalSetDeclarationTest, Valid_Basic) { … }
TEST(LocalSetDeclarationTest, Valid_BasicWithAliases) { … }
}