Lines Matching refs:push
81 @array_list.push '</testsuite>'
86 @array_list.push " <testcase classname=#{xml_encode_s(@test_suite)} name=#{xml_encode_s(test_name)} time=#{xml_encode_s((execution_time / 1000.0).to_s)} />"
91 @array_list.push " <testcase classname=#{xml_encode_s(@test_suite)} name=#{xml_encode_s(test_name)} time=#{xml_encode_s((execution_time / 1000.0).to_s)} >"
92 @array_list.push " <failure type=\"ASSERT FAILED\">#{reason}</failure>"
93 @array_list.push ' </testcase>'
98 @array_list.push " <testcase classname=#{xml_encode_s(@test_suite)} name=#{xml_encode_s(test_name)} time=#{xml_encode_s((execution_time / 1000.0).to_s)} >"
99 @array_list.push " <skipped type=\"TEST IGNORED\">#{reason}</skipped>"
100 @array_list.push ' </testcase>'
331 line_array.push('No reason given')
346 line_array.push("No reason given (#{get_test_time(line_array[@result_usual_idx..])} ms)")
362 # push information about the suite