Class InteractionLogicTest
Defined in File InteractionLogicTest.py
Inheritance Relationships
Base Type
public ScriptedLoadableModuleTest
Class Documentation
- InteractionLogicTest.InteractionLogicTest : public ScriptedLoadableModuleTest
Inheritance diagram for InteractionLogicTest::InteractionLogicTest:
Collaboration diagram for InteractionLogicTest::InteractionLogicTest:
Public Functions
- setUp(self)
- test_with_no_pipelines_cannot_process(self)
- test_with_multiple_pipelines_can_process_returns_min_distance(self)
- test_with_pipeline_with_state_not_idle_returns_negative_distance(self)
- test_with_same_state_and_order_processes_min_dist_first(self)
- test_with_same_state_processes_max_order_first(self)
- test_with_not_idle_state_processes_max_state_first(self)
- test_on_leave_event_lose_last_focus(self)
- test_on_focused_cannot_process_loses_focus(self)
- test_on_new_interaction_different_from_focused_loses_focus(self)
- test_pipelines_with_blocked_interactions_are_not_called_during_can_process(self)
- test_pipelines_with_blocked_interactions_are_not_called_during_process(self)