| 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] | |
| run_count | [R] |
Returns a string contain the recorded runs, assertions, failures and errors in this TestResult.
ruby-doc.org is a community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.