Definition at line 155 of file gmock_output_test.py.
◆ testOutput()
def gmock_output_test.GMockOutputTest.testOutput |
( |
|
self | ) |
|
Definition at line 157 of file gmock_output_test.py.
157 def testOutput(self):
159 golden_file = open(GOLDEN_PATH, 'rb')
160 golden = golden_file.read().decode('utf-8')
161 golden_file.close()
162
163
164 self.assertEquals(golden, output)
165
166
167
168 self.assertEquals(['GMockOutputTest.CatchesLeakedMocks',
169 'GMockOutputTest.CatchesLeakedMocks'],
170 leaky_tests)
171
172
def GetNormalizedCommandOutputAndLeakyTests(cmd)
The documentation for this class was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googlemock/test/gmock_output_test.py