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
EmbedderTestEnvironment Class Reference

#include <embedder_test_environment.h>

+ Inheritance diagram for EmbedderTestEnvironment:
+ Collaboration diagram for EmbedderTestEnvironment:

Public Member Functions

 EmbedderTestEnvironment ()
 
 ~EmbedderTestEnvironment () override
 
void SetUp () override
 
void TearDown () override
 
void AddFlags (int argc, char **argv)
 
bool write_pngs () const
 

Static Public Member Functions

static EmbedderTestEnvironmentGetInstance ()
 

Detailed Description

Definition at line 14 of file embedder_test_environment.h.

Constructor & Destructor Documentation

◆ EmbedderTestEnvironment()

EmbedderTestEnvironment::EmbedderTestEnvironment ( )

Definition at line 24 of file embedder_test_environment.cpp.

References GetDefaultRendererType().

+ Here is the call graph for this function:

◆ ~EmbedderTestEnvironment()

EmbedderTestEnvironment::~EmbedderTestEnvironment ( )
override

Definition at line 30 of file embedder_test_environment.cpp.

Member Function Documentation

◆ AddFlags()

void EmbedderTestEnvironment::AddFlags ( int argc,
char ** argv )

Definition at line 67 of file embedder_test_environment.cpp.

Referenced by main().

+ Here is the caller graph for this function:

◆ GetInstance()

EmbedderTestEnvironment * EmbedderTestEnvironment::GetInstance ( )
static

Definition at line 36 of file embedder_test_environment.cpp.

Referenced by EmbedderTest::CompareBitmap(), main(), FXGETextEmbedderTest::TearDown(), TEST_F(), and TEST_F().

+ Here is the caller graph for this function:

◆ SetUp()

void EmbedderTestEnvironment::SetUp ( )
override

Definition at line 40 of file embedder_test_environment.cpp.

References FPDF_InitLibraryWithConfig().

Referenced by FXGETextEmbedderTest::TearDown(), TEST_F(), and TEST_F().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ TearDown()

void EmbedderTestEnvironment::TearDown ( )
override

Definition at line 63 of file embedder_test_environment.cpp.

References FPDF_DestroyLibrary().

Referenced by FXGETextEmbedderTest::TearDown(), TEST_F(), and TEST_F().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ write_pngs()

bool EmbedderTestEnvironment::write_pngs ( ) const
inline

Definition at line 29 of file embedder_test_environment.h.

Referenced by EmbedderTest::CompareBitmap().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: