Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
gtest_list_output_unittest.GTestListTestsOutputUnitTest Class Reference
Inheritance diagram for gtest_list_output_unittest.GTestListTestsOutputUnitTest:

Public Member Functions

 testXml (self)
 
 testJSON (self)
 

Protected Member Functions

 _GetOutput (self, out_format)
 
 _TestOutput (self, test_format, expected_output)
 

Detailed Description

Unit test for Google Test's list tests with output to file functionality.

Member Function Documentation

◆ testJSON()

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.

◆ testXml()

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.

The documentation for this class was generated from the following file: