Method summary
- setUp(self)
- test_modify_handler_not_listenable(self)
- test_modify_handler_on_delegatee(self)
- test_modify_handler_on_delegatee_direct_change(self)
- test_modify_handler_on_delegator(self)
- test_modify_handler_on_delegator_direct_change(self)
- test_modify_prefix_handler_on_delegatee(self)
- test_modify_prefix_handler_on_delegator(self)
- test_no_modify_handler_not_listenable(self)
- test_no_modify_handler_on_delegatee_direct_change(self)
- test_no_modify_handler_on_delegatee_not_called(self)
- test_no_modify_handler_on_delegator(self)
- test_no_modify_handler_on_delegator_direct_change(self)
- test_no_modify_prefix_handler_on_delegatee_not_called(self)
- test_no_modify_prefix_handler_on_delegator(self)
- test_reset(self)
Methods
- setUp(self)
Reset all of the globals.
- test_modify_handler_not_listenable(self)
- test_modify_handler_on_delegatee(self)
- test_modify_handler_on_delegatee_direct_change(self)
- test_modify_handler_on_delegator(self)
- test_modify_handler_on_delegator_direct_change(self)
- test_modify_prefix_handler_on_delegatee(self)
- test_modify_prefix_handler_on_delegator(self)
- test_no_modify_handler_not_listenable(self)
- test_no_modify_handler_on_delegatee_direct_change(self)
- test_no_modify_handler_on_delegatee_not_called(self)
- test_no_modify_handler_on_delegator(self)
- test_no_modify_handler_on_delegator_direct_change(self)
- test_no_modify_prefix_handler_on_delegatee_not_called(self)
- test_no_modify_prefix_handler_on_delegator(self)
- test_reset(self)
Test that a delegated trait may be reset.
Deleting the attribute should reset the trait back to its initial delegation behavior.