Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdf_test_environment.h
Go to the documentation of this file.
1
// Copyright 2020 The PDFium Authors
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#
ifndef
TESTING_PDF_TEST_ENVIRONMENT_H_
6
#
define
TESTING_PDF_TEST_ENVIRONMENT_H_
7
8
#
include
"testing/gtest/include/gtest/gtest.h"
9
#
include
"testing/test_fonts.h"
10
11
class
PDFTestEnvironment
:
public
testing
::
Environment
{
12
public
:
13
PDFTestEnvironment
();
14
~
PDFTestEnvironment
()
override
;
15
16
// testing::Environment:
17
void
SetUp
()
override
;
18
void
TearDown
()
override
;
19
20
private
:
21
TestFonts
test_fonts_;
22
};
23
24
#
endif
// TESTING_PDF_TEST_ENVIRONMENT_H_
CFX_GEModule
Definition
cfx_gemodule.h:25
CFX_GEModule::Destroy
static void Destroy()
Definition
cfx_gemodule.cpp:38
PDFTestEnvironment
Definition
pdf_test_environment.h:11
PDFTestEnvironment::SetUp
void SetUp() override
Definition
pdf_test_environment.cpp:14
PDFTestEnvironment::PDFTestEnvironment
PDFTestEnvironment()
PDFTestEnvironment::TearDown
void TearDown() override
Definition
pdf_test_environment.cpp:18
PDFTestEnvironment::~PDFTestEnvironment
~PDFTestEnvironment() override
TestFonts
Definition
test_fonts.h:11
qtwebengine
src
3rdparty
chromium
third_party
pdfium
testing
pdf_test_environment.h
Generated on Thu Nov 14 2024 01:03:44 for Qt by
1.12.0