Lines Matching refs:test_ignored
48 @test_ignored = 0
78 heading = "<testsuite name=#{xml_encode_s(@real_test_suite_name)} tests=\"#{@total_tests}\" failures=\"#{@test_failed}\" skips=\"#{@test_ignored}\">"
217 def test_ignored(array)
275 @test_ignored = 0
318 @test_ignored += 1
328 test_ignored(line_array)
329 @test_ignored += 1
332 test_ignored(line_array)
333 @test_ignored += 1
343 test_ignored(line_array)
344 @test_ignored += 1
347 test_ignored(line_array)
348 @test_ignored += 1
351 @total_tests = @test_passed + @test_failed + @test_ignored
358 puts "Tests Ignored : #{@test_ignored}"