Class | Test::Unit::TestResult |
In: |
lib/test/unit/testresult.rb
|
Parent: | Object |
Collects Test::Unit::Failure and Test::Unit::Error so that they can be displayed to the user. To this end, observers can be added to it, allowing the dynamic updating of, say, a UI.
FINISHED | = | name + "::FINISHED" |
CHANGED | = | name + "::CHANGED" |
PASS_ASSERTION | = | name + "::PASS_ASSERTION" |
FAULT | = | name + "::FAULT" |
assertion_count | [R] | |
faults | [R] | |
pass_count | [R] | |
run_count | [R] |
Returns a string contain the recorded runs, assertions, failures and errors in this TestResult.