tesseract v5.3.3.20231005
|
Public Member Functions | |
def | testXml (self) |
def | testJSON (self) |
Unit test for Google Test's list tests with output to file functionality.
Definition at line 226 of file gtest_list_output_unittest.py.
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 238 of file gtest_list_output_unittest.py.
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 230 of file gtest_list_output_unittest.py.