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.cpp
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
#
include
"testing/pdf_test_environment.h"
6
7
#
include
"core/fxge/cfx_gemodule.h"
8
9
PDFTestEnvironment
::
PDFTestEnvironment
() =
default
;
10
11
PDFTestEnvironment
::~
PDFTestEnvironment
() =
default
;
12
13
// testing::Environment:
14
void
PDFTestEnvironment
::
SetUp
() {
15
CFX_GEModule::Create(test_fonts_.font_paths());
16
}
17
18
void
PDFTestEnvironment
::
TearDown
() {
19
CFX_GEModule
::
Destroy
(
)
;
20
}
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
qtwebengine
src
3rdparty
chromium
third_party
pdfium
testing
pdf_test_environment.cpp
Generated on Thu Nov 14 2024 01:03:44 for Qt by
1.12.0