Unit test for Google Test's JSON output functionality.
Definition at line 131 of file googletest-json-outfiles-test.py.
◆ DeleteFilesAndDir()
def googletest-json-outfiles-test.GTestJsonOutFilesTest.DeleteFilesAndDir |
( |
|
self | ) |
|
Definition at line 145 of file googletest-json-outfiles-test.py.
145 def DeleteFilesAndDir(self):
146 try:
147 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + '.json'))
148 except os.error:
149 pass
150 try:
151 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + '.json'))
152 except os.error:
153 pass
154 try:
155 os.rmdir(self.output_dir_)
156 except os.error:
157 pass
158
◆ setUp()
def googletest-json-outfiles-test.GTestJsonOutFilesTest.setUp |
( |
|
self | ) |
|
◆ tearDown()
def googletest-json-outfiles-test.GTestJsonOutFilesTest.tearDown |
( |
|
self | ) |
|
◆ testOutfile1()
def googletest-json-outfiles-test.GTestJsonOutFilesTest.testOutfile1 |
( |
|
self | ) |
|
◆ testOutfile2()
def googletest-json-outfiles-test.GTestJsonOutFilesTest.testOutfile2 |
( |
|
self | ) |
|
◆ output_dir_
googletest-json-outfiles-test.GTestJsonOutFilesTest.output_dir_ |
The documentation for this class was generated from the following file: