(self)
| 748 | self.checkEnumParam(widget, 'tabstyle', 'tabular', 'wordprocessor') |
| 749 | |
| 750 | def test_configure_undo(self): |
| 751 | widget = self.create() |
| 752 | self.checkBooleanParam(widget, 'undo') |
| 753 | |
| 754 | def test_configure_width(self): |
| 755 | widget = self.create() |
nothing calls this directly
no test coverage detected