Bases: unittest.TestCase
..todo: test _get_methodcalls() !!!!!
Tests the Structure class.
-
setUp()[source]
-
test_add_root()[source]
-
test_add_state()[source]
-
test_add_state_parent_unkown()[source]
-
test_add_transition_target_not_set()[source]
-
test_add_transition_to_unkown_state()[source]
-
test_add_transition_unkown_target()[source]
-
test_adding_second_root_raises_exception()[source]
-
test_adding_state_twice_raises_exception()[source]
-
test_adding_transition_same_event_twice_on_same_state_raises_error()[source]
-
test_adding_transitions()[source]
-
test_check_consistency_check_initial()[source]
-
test_check_consistency_check_initial_not_set()[source]
-
test_check_consistency_check_initial_wrong_parent()[source]
-
test_representation_is_string()[source]
-
test_that_name_is_set()[source]