![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfdoc/cpdf_pagelabel.h"
#include <memory>
#include <optional>
#include <utility>
#include "core/fpdfapi/page/test_with_page_module.h"
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_name.h"
#include "core/fpdfapi/parser/cpdf_number.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fpdfapi/parser/cpdf_test_document.h"
#include "core/fxcrt/retain_ptr.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | PageLabelTest |
Functions | |
TEST_F (PageLabelTest, GetLabel) | |
TEST_F (PageLabelTest, GetLabelPerf) |
TEST_F | ( | PageLabelTest | , |
GetLabel | ) |
Definition at line 167 of file cpdf_pagelabel_unittest.cpp.
References fxcrt::WideString::WideString().
TEST_F | ( | PageLabelTest | , |
GetLabelPerf | ) |
Definition at line 204 of file cpdf_pagelabel_unittest.cpp.