Class InteractionLogicTest

Inheritance Relationships

Base Type

  • public ScriptedLoadableModuleTest

Class Documentation

InteractionLogicTest.InteractionLogicTest : public ScriptedLoadableModuleTest

Inheritance diagram for InteractionLogicTest::InteractionLogicTest:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="InteractionLogicTest.InteractionLogicTest" tooltip="InteractionLogicTest.InteractionLogicTest" fillcolor="#BFBFBF"] "2" [label="ScriptedLoadableModuleTest" tooltip="ScriptedLoadableModuleTest"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for InteractionLogicTest::InteractionLogicTest:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="InteractionLogicTest.InteractionLogicTest" tooltip="InteractionLogicTest.InteractionLogicTest" fillcolor="#BFBFBF"] "2" [label="ScriptedLoadableModuleTest" tooltip="ScriptedLoadableModuleTest"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

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)

Public Members

distance
event
logic