Method summary
- setUp(self)
- tearDown(self)
- test_add_plugin(self)
- test_append(self)
- test_assign_empty_list(self)
- test_assign_empty_list_no_event(self)
- test_assign_non_empty_list(self)
- test_remove(self)
- test_remove_plugin(self)
- test_set_extension_point(self)
Methods
- setUp(self)
Prepares the test fixture before each test method is called.
- tearDown(self)
Called immediately after each test method has been called.
- test_add_plugin(self)
add plugin
- test_append(self)
append
- test_assign_empty_list(self)
assign empty list
- test_assign_empty_list_no_event(self)
assign empty list no event
- test_assign_non_empty_list(self)
assign non-empty list
- test_remove(self)
remove
- test_remove_plugin(self)
remove plugin
- test_set_extension_point(self)
set extension point