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.
CHANGED | = | "CHANGED" |
FAULT | = | "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.