Class PipelineManagerTest
Defined in File PipelineManagerTest.py
Inheritance Relationships
Base Type
public ScriptedLoadableModuleTest
Class Documentation
- PipelineManagerTest.PipelineManagerTest : public ScriptedLoadableModuleTest
Inheritance diagram for PipelineManagerTest::PipelineManagerTest:
Collaboration diagram for PipelineManagerTest::PipelineManagerTest:
Public Functions
- setUp(self)
- createMock(self, *_)
- createModelPipeline(self, vtkMRMLAbstractViewNode _viewNode, vtkMRMLModelNode node)
- createVolumePipeline(self, vtkMRMLAbstractViewNode _viewNode, vtkMRMLScalarVolumeNode node)
- test_on_add_node_added_adds_associated_pipeline(self)
- test_on_remove_node_removes_associated_pipeline(self)
- test_on_factory_updated_creates_pipelines_if_needed(self)
- test_on_scene_update_add_pipeline_as_needed(self)
- test_on_scene_update_remove_pipeline_as_needed(self)
- triggerMockPipelineCreation(self, MockPipeline mock)
- test_dispatches_process_interaction_to_higher_order_pipeline_first(self)
- test_dispatches_process_to_max_state_first(self)
- test_on_lose_focus_forwards_information_of_last_with_focus(self)
- test_if_last_with_focus_cannot_process_loses_focus(self)
- test_if_last_with_focus_did_not_process_loses_focus(self)
- test_on_pipeline_added_triggers_modified_event(self)
- test_on_pipeline_removed_triggers_modified_event(self)
- test_on_pipeline_added_triggers_renderer_added(self)
- test_on_pipeline_removed_triggers_renderer_removed(self)
- test_correctly_cleans_up_outdated_pipelines(self)
- test_notifies_pipelines_when_references_are_added_or_removed(self)
- test_pipelines_removed_are_frozen_during_cleanup(self)
- test_pipelines_removed_while_having_interaction_lose_focus_during_cleanup(self)