Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfapi/page/cpdf_function.h"
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_number.h"
#include "core/fxcrt/retain_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (CPDFFunction, BadFunctionType) | |
TEST (CPDFFunction, NoDomain) | |
TEST (CPDFFunction, EmptyDomain) | |
TEST (CPDFFunction, NoRange) | |
TEST | ( | CPDFFunction | , |
BadFunctionType | ) |
Definition at line 13 of file cpdf_function_unittest.cpp.
TEST | ( | CPDFFunction | , |
EmptyDomain | ) |
Definition at line 28 of file cpdf_function_unittest.cpp.
TEST | ( | CPDFFunction | , |
NoDomain | ) |
Definition at line 22 of file cpdf_function_unittest.cpp.
TEST | ( | CPDFFunction | , |
NoRange | ) |
Definition at line 35 of file cpdf_function_unittest.cpp.