(self, errors)
| 250 | ], self._LoadResults(file_name)['runnables']) |
| 251 | |
| 252 | def _VerifyErrors(self, errors): |
| 253 | self.assertListEqual(errors, self._LoadResults()['errors']) |
| 254 | |
| 255 | def _VerifyMock(self, binary, *args, **kwargs): |
| 256 | shell = os.path.join(os.path.dirname(TOOLS_ROOT), binary) |
no test coverage detected