Method summary
- select_item_add_when_empty_helper(self, event)
- select_item_add_when_full_helper(self, event)
- setUp(self)
- tearDown(self)
- test_insert_first_item(self)
- test_multi_selection_assignment(self)
- test_remove_first_item(self)
- test_remove_middle_item(self)
- test_remove_only_item(self)
- test_replace_middle_item(self)
- test_select_item_normal(self)
- test_single_selection_assigment(self)
- test_single_selection_replacement(self)
Methods
- select_item_add_when_empty_helper(self, event)
Select item with add mode and selection emtpy
- select_item_add_when_full_helper(self, event)
Select item work when selection is full
- setUp(self)
- tearDown(self)
- test_insert_first_item(self)
Insert item at beginning?
- test_multi_selection_assignment(self)
Is 2nd item in selection list marked 'coselected'?
- test_remove_first_item(self)
Try removing the first item in the selection list?
- test_remove_middle_item(self)
Try removing the first item in the selection list?
- test_remove_only_item(self)
Try removing the only item in the selection list?
- test_replace_middle_item(self)
Try removing the first item in the selection list?
- test_select_item_normal(self)
Select item works when selection empty?
- test_single_selection_assigment(self)
Is 1st item in selection list marked 'selected'?
- test_single_selection_replacement(self)
Are items replaced during selection assignment marked 'unselected'?