Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
passed?()
private
Returns whether this individual test passed or not. Primarily for use in teardown so that artifacts can
be left behind if the test fails.
# File lib/test/unit/testcase.rb, line 115
def passed?
return @test_passed
end