Loading macros/TC.ttcn_macro +7 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; type universal charstring Raw; type universal charstring File; Loading Loading @@ -55,5 +61,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); } macros/TC_Decode.ttcn_macro +6 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; type universal charstring Raw; type port P message { Loading Loading @@ -46,5 +51,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); } macros/TC_Neg.ttcn_macro +6 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; type universal charstring Raw; type port P message { Loading @@ -21,5 +26,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); } macros/TC_NoXMLMatch.ttcn_macro +6 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; type universal charstring Raw; type port P message { Loading Loading @@ -36,5 +41,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); } macros/TC_gen_XML.ttcn_macro +7 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; import from TTlibrary all; type component C {} Loading @@ -12,5 +18,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); } Loading
macros/TC.ttcn_macro +7 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; type universal charstring Raw; type universal charstring File; Loading Loading @@ -55,5 +61,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); }
macros/TC_Decode.ttcn_macro +6 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; type universal charstring Raw; type port P message { Loading Loading @@ -46,5 +51,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); }
macros/TC_Neg.ttcn_macro +6 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; type universal charstring Raw; type port P message { Loading @@ -21,5 +26,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); }
macros/TC_NoXMLMatch.ttcn_macro +6 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; type universal charstring Raw; type port P message { Loading Loading @@ -36,5 +41,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); }
macros/TC_gen_XML.ttcn_macro +7 −1 Original line number Diff line number Diff line /** * @desc The timeout given in seconds after which the test case will be stopped. */ modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0; import from TTlibrary all; type component C {} Loading @@ -12,5 +18,5 @@ } control { execute(TC_${module}(), 5.0); execute(TC_${module}(), PX_TC_EXECUTION_TIMEOUT); }