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
xfa_test_environment.h
Go to the documentation of this file.
1
// Copyright 2019 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_XFA_TEST_ENVIRONMENT_H_
6
#
define
TESTING_XFA_TEST_ENVIRONMENT_H_
7
8
#
include
"testing/gtest/include/gtest/gtest.h"
9
10
#
ifndef
PDF_ENABLE_XFA
11
#
error
"XFA must be enabled"
12
#
endif
13
14
class
XFATestEnvironment
:
public
testing
::
Environment
{
15
public
:
16
XFATestEnvironment
();
17
~
XFATestEnvironment
();
18
19
// testing::TestEnvironment:
20
void
SetUp
()
override
;
21
void
TearDown
()
override
;
22
};
23
24
#
endif
// TESTING_XFA_TEST_ENVIRONMENT_H_
CFGAS_GEModule
Definition
cfgas_gemodule.h:12
CFGAS_GEModule::Destroy
static void Destroy()
Definition
cfgas_gemodule.cpp:24
CFGAS_GEModule::Create
static void Create()
Definition
cfgas_gemodule.cpp:17
CFX_FontMgr::GetBuiltinMapper
CFX_FontMapper * GetBuiltinMapper() const
Definition
cfx_fontmgr.h:71
CFX_GEModule
Definition
cfx_gemodule.h:25
CFX_GEModule::GetPlatform
PlatformIface * GetPlatform() const
Definition
cfx_gemodule.h:46
CFX_GEModule::Get
static CFX_GEModule * Get()
Definition
cfx_gemodule.cpp:45
CFX_GEModule::GetFontMgr
CFX_FontMgr * GetFontMgr() const
Definition
cfx_gemodule.h:45
XFATestEnvironment
Definition
xfa_test_environment.h:14
XFATestEnvironment::SetUp
void SetUp() override
Definition
xfa_test_environment.cpp:29
XFATestEnvironment::XFATestEnvironment
XFATestEnvironment()
Definition
xfa_test_environment.cpp:19
XFATestEnvironment::TearDown
void TearDown() override
Definition
xfa_test_environment.cpp:38
XFATestEnvironment::~XFATestEnvironment
~XFATestEnvironment()
Definition
xfa_test_environment.cpp:24
qtwebengine
src
3rdparty
chromium
third_party
pdfium
testing
xfa_test_environment.h
Generated on Thu Nov 14 2024 01:03:52 for Qt by
1.12.0