(self)
| 1499 | self.checkCommandParam(widget, 'tearoffcommand') |
| 1500 | |
| 1501 | def test_configure_title(self): |
| 1502 | widget = self.create() |
| 1503 | self.checkParam(widget, 'title', 'any string') |
| 1504 | |
| 1505 | def test_configure_type(self): |
| 1506 | widget = self.create() |
nothing calls this directly
no test coverage detected