| Class | RUNIT::TestResult |
| In: |
runit/testresult.rb
|
| Parent: | Test::Unit::TestResult |
| errors | [R] | |
| failures | [R] |
# File runit/testresult.rb, line 34 def add_erroradd_erroradd_error(error) def error.at return location end def error.err return exception end super(error) end
# File runit/testresult.rb, line 25 def add_failure(failure) def failure.at return location end def failure.err return message end super(failure) end
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.