traitsui.testing.tester.tests.test_ui_wrapper module¶
- class traitsui.testing.tester.tests.test_ui_wrapper.StubRegistry(handler=None, solver=None, supported_interaction_classes=(), supported_locator_classes=(), interaction_doc='', location_doc='')[source]¶
Bases:
AbstractTargetRegistryA stub implementation of the AbstractTargetRegistry for testing
- class traitsui.testing.tester.tests.test_ui_wrapper.TestUIWrapperEventProcessed(methodName='runTest')[source]¶
Bases:
TestCase,UnittestToolsTest GUI events are processed and exceptions from the GUI event loop are handled.
- class traitsui.testing.tester.tests.test_ui_wrapper.TestUIWrapperHelp(methodName='runTest')[source]¶
Bases:
TestCaseTest calling UIWrapper.help
- class traitsui.testing.tester.tests.test_ui_wrapper.TestUIWrapperInteractionRegistries(methodName='runTest')[source]¶
Bases:
TestCaseTest the logic regarding the order of (interaction) registries.