(self)
| 552 | self.checkIntegerParam(widget, 'height', 100, -100, 0) |
| 553 | |
| 554 | def test_configure_width(self): |
| 555 | widget = self.create() |
| 556 | self.checkIntegerParam(widget, 'width', 402, -402, 0) |
| 557 | |
| 558 | |
| 559 | class PixelSizeTests: |
nothing calls this directly
no test coverage detected