Searched refs:Certs (Results 1 – 3 of 3) sorted by relevance
62 EXPECT_TRUE(source.Certs().empty()); in TEST()66 EXPECT_THAT(source.Certs(), testing::UnorderedElementsAre(cert1)); in TEST()70 EXPECT_THAT(source.Certs(), testing::UnorderedElementsAre(cert1, cert2)); in TEST()74 EXPECT_THAT(source.Certs(), in TEST()79 EXPECT_TRUE(source.Certs().empty()); in TEST()
45 std::vector<std::shared_ptr<const ParsedCertificate>> Certs() const;
31 CertIssuerSourceStatic::Certs() const { in Certs() function in CertIssuerSourceStatic
Completed in 5 milliseconds