Definition at line 4496 of file gtest-all.cc.
◆ XmlUnitTestResultPrinter()
testing::internal::XmlUnitTestResultPrinter::XmlUnitTestResultPrinter |
( |
const char * |
output_file | ) |
|
|
explicit |
◆ EscapeXml()
std::string testing::internal::XmlUnitTestResultPrinter::EscapeXml |
( |
const std::string & |
str, |
|
|
bool |
is_attribute |
|
) |
| |
|
staticprivate |
◆ EscapeXmlAttribute()
static std::string testing::internal::XmlUnitTestResultPrinter::EscapeXmlAttribute |
( |
const std::string & |
str | ) |
|
|
inlinestaticprivate |
◆ EscapeXmlText()
static std::string testing::internal::XmlUnitTestResultPrinter::EscapeXmlText |
( |
const char * |
str | ) |
|
|
inlinestaticprivate |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
◆ IsNormalizableWhitespace()
static bool testing::internal::XmlUnitTestResultPrinter::IsNormalizableWhitespace |
( |
char |
c | ) |
|
|
inlinestaticprivate |
◆ IsValidXmlCharacter()
static bool testing::internal::XmlUnitTestResultPrinter::IsValidXmlCharacter |
( |
char |
c | ) |
|
|
inlinestaticprivate |
◆ OnTestIterationEnd()
void testing::internal::XmlUnitTestResultPrinter::OnTestIterationEnd |
( |
const UnitTest & |
unit_test, |
|
|
int |
iteration |
|
) |
| |
|
virtual |
◆ OutputXmlAttribute()
void testing::internal::XmlUnitTestResultPrinter::OutputXmlAttribute |
( |
std::ostream * |
stream, |
|
|
const std::string & |
element_name, |
|
|
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
staticprivate |
◆ OutputXmlCDataSection()
void testing::internal::XmlUnitTestResultPrinter::OutputXmlCDataSection |
( |
::std::ostream * |
stream, |
|
|
const char * |
data |
|
) |
| |
|
staticprivate |
◆ OutputXmlTestInfo()
void testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo |
( |
::std::ostream * |
stream, |
|
|
const char * |
test_case_name, |
|
|
const TestInfo & |
test_info |
|
) |
| |
|
staticprivate |
◆ PrintXmlTestCase()
void testing::internal::XmlUnitTestResultPrinter::PrintXmlTestCase |
( |
::std::ostream * |
stream, |
|
|
const TestCase & |
test_case |
|
) |
| |
|
staticprivate |
◆ PrintXmlUnitTest()
void testing::internal::XmlUnitTestResultPrinter::PrintXmlUnitTest |
( |
::std::ostream * |
stream, |
|
|
const UnitTest & |
unit_test |
|
) |
| |
|
staticprivate |
◆ RemoveInvalidXmlCharacters()
std::string testing::internal::XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters |
( |
const std::string & |
str | ) |
|
|
staticprivate |
◆ TestPropertiesAsXmlAttributes()
std::string testing::internal::XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes |
( |
const TestResult & |
result | ) |
|
|
staticprivate |
◆ output_file_
const std::string testing::internal::XmlUnitTestResultPrinter::output_file_ |
|
private |
The documentation for this class was generated from the following file: