Helper method for sending test to the next processor.
(self, test)
| 95 | pass |
| 96 | |
| 97 | def _send_test(self, test): |
| 98 | """Helper method for sending test to the next processor.""" |
| 99 | return self._next_proc.next_test(test) |
| 100 | |
| 101 | def _send_result(self, test, result): |
| 102 | """Helper method for sending result to the previous processor.""" |
no test coverage detected