![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <embedder_test_environment.h>
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 EmbedderTestEnvironment * | GetInstance () |
Definition at line 14 of file embedder_test_environment.h.
EmbedderTestEnvironment::EmbedderTestEnvironment | ( | ) |
Definition at line 24 of file embedder_test_environment.cpp.
References GetDefaultRendererType().
|
override |
Definition at line 30 of file embedder_test_environment.cpp.
void EmbedderTestEnvironment::AddFlags | ( | int | argc, |
char ** | argv ) |
Definition at line 67 of file embedder_test_environment.cpp.
Referenced by main().
|
static |
Definition at line 36 of file embedder_test_environment.cpp.
Referenced by EmbedderTest::CompareBitmap(), main(), FXGETextEmbedderTest::TearDown(), TEST_F(), and TEST_F().
|
override |
Definition at line 40 of file embedder_test_environment.cpp.
References FPDF_InitLibraryWithConfig().
Referenced by FXGETextEmbedderTest::TearDown(), TEST_F(), and TEST_F().
|
override |
Definition at line 63 of file embedder_test_environment.cpp.
References FPDF_DestroyLibrary().
Referenced by FXGETextEmbedderTest::TearDown(), TEST_F(), and TEST_F().
|
inline |
Definition at line 29 of file embedder_test_environment.h.
Referenced by EmbedderTest::CompareBitmap().