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:
AbstractTargetRegistry
A stub implementation of the AbstractTargetRegistry for testing
- class traitsui.testing.tester.tests.test_ui_wrapper.TestUIWrapperEventProcessed(methodName='runTest')[source]¶
Bases:
TestCase
,UnittestTools
Test 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:
TestCase
Test calling UIWrapper.help
- class traitsui.testing.tester.tests.test_ui_wrapper.TestUIWrapperInteractionRegistries(methodName='runTest')[source]¶
Bases:
TestCase
Test the logic regarding the order of (interaction) registries.