envisage.tests.test_extension_point_changed module

Tests for the events fired when extension points are changed.

class envisage.tests.test_extension_point_changed.ExtensionPointChangedTestCase(methodName='runTest')[source]

Bases: TestCase

Tests for the events fired when extension points are changed.

test_add_plugin()[source]

add plugin

test_append()[source]

append

test_assign_empty_list()[source]

assign empty list

test_assign_empty_list_no_event()[source]

assign empty list no event

test_assign_non_empty_list()[source]

assign non-empty list

test_extension_point_change_event_str_representation()[source]

test string representation of the ExtensionPointChangedEvent class

test_mutate_extension_point_no_events()[source]

Mutation will not emit change event for name_items

test_remove()[source]

remove

test_remove_plugin()[source]

remove plugin

test_set_extension_point()[source]

set extension point