(self, count)
| 100 | return TEST_BODY % self.EmitTestCore() |
| 101 | |
| 102 | def PrintTest(self, count): |
| 103 | print(self.EmitHeader()) |
| 104 | print(self.EmitData(count)) |
| 105 | print(self.EmitTestBody()) |
| 106 | |
| 107 | def RunTest(self, count, binary): |
| 108 | try: |
no test coverage detected