Index: tst_main_treatment_heparin/test.py =================================================================== diff -u -reef86539ca04b1ee244012f28ec7662bb1c1819f -r9bc095139a979884568d711d8bee082507850130 --- tst_main_treatment_heparin/test.py (.../test.py) (revision eef86539ca04b1ee244012f28ec7662bb1c1819f) +++ tst_main_treatment_heparin/test.py (.../test.py) (revision 9bc095139a979884568d711d8bee082507850130) @@ -170,7 +170,7 @@ test.compare(rejection_msg.text, config.REJECTION_REASON[reason_id], utility.msg("The rejection message should be {}".format(config.REJECTION_REASON[reason_id]))) test.endSection() -def test_case_scenario(): +def verify_rejection_messages_for_heparin_states(): """ Method to test current states and rejection messages @@ -254,9 +254,8 @@ utils.tstStart(__file__) startApplication(config.AUT_NAME) heparin_stop_states_in_main_treatment() - test_case_scenario() + verify_rejection_messages_for_heparin_states() verify_the_rejection_msg() utils.tstDone() - - + \ No newline at end of file