// Copyright 2015 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "core/fpdftext/cpdf_linkextract.h" #include <utility> #include "testing/gtest/include/gtest/gtest.h" // Class to help test functions in CPDF_LinkExtract class. class CPDF_TestLinkExtract final : public CPDF_LinkExtract { … }; TEST(CPDF_LinkExtractTest, CheckMailLink) { … } TEST(CPDF_LinkExtractTest, CheckWebLink) { … }