Method summary
- setUp(self)
- tearDown(self)
- test_extension_point_changed(self)
- test_extension_point_with_no_id(self)
- test_invalid_extension_point(self)
- test_invalid_extension_point_type(self)
- test_no_reference_to_extension_registry(self)
- test_set_typed_extension_point(self)
- test_set_untyped_extension_point(self)
- test_typed_extension_point(self)
- test_untyped_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_extension_point_changed(self)
extension point changed
- test_extension_point_with_no_id(self)
extension point with no Id
- test_invalid_extension_point(self)
invalid extension point
- test_invalid_extension_point_type(self)
invalid extension point type
- test_no_reference_to_extension_registry(self)
no reference to extension registry
- test_set_typed_extension_point(self)
set typed extension point
- test_set_untyped_extension_point(self)
set untyped extension point
- test_typed_extension_point(self)
typed extension point
- test_untyped_extension_point(self)
untyped extension point