Unit test for Google Test's list tests with output to file functionality.
Definition at line 82 of file gtest_list_output_unittest.py.
◆ _GetOutput()
def gtest_list_output_unittest.GTestListTestsOutputUnitTest._GetOutput |
( |
|
self, |
|
|
|
out_format |
|
) |
| |
|
private |
◆ _TestOutput()
def gtest_list_output_unittest.GTestListTestsOutputUnitTest._TestOutput |
( |
|
self, |
|
|
|
test_format, |
|
|
|
expected_output |
|
) |
| |
|
private |
◆ testJSON()
def gtest_list_output_unittest.GTestListTestsOutputUnitTest.testJSON |
( |
|
self | ) |
|
Verifies XML output for listing tests in a Google Test binary.
Runs a test program that generates an empty XML output, and
tests that the XML output is expected.
Definition at line 94 of file gtest_list_output_unittest.py.
◆ testXml()
def gtest_list_output_unittest.GTestListTestsOutputUnitTest.testXml |
( |
|
self | ) |
|
Verifies XML output for listing tests in a Google Test binary.
Runs a test program that generates an empty XML output, and
tests that the XML output is expected.
Definition at line 86 of file gtest_list_output_unittest.py.
The documentation for this class was generated from the following file: