Module
Test::Unit::TestResultErrorSupport
In:
lib/test/unit/error.rb
Methods
add_error
error_count
error_occurred?
Attributes
errors
[R]
Public Instance methods
add_error
(error)
Records a
Test::Unit::Error
.
error_count
()
Returns the number of errors this
TestResult
has recorded.
error_occurred?
()
[Validate]