(self)
| 81 | return self._errors # Let's give a list if there is more than one. |
| 82 | |
| 83 | def ResultList(self): |
| 84 | return self._errors |
| 85 | |
| 86 | def VerifyAllCategoriesAreSeen(self): |
| 87 | """Fails if there's a category in _ERROR_CATEGORIES~_SEEN_ERROR_CATEGORIES. |
no outgoing calls
no test coverage detected