|
Class Test::Unit::Error
|
| In: |
test/unit/error.rb
|
| Parent: |
Object
|
|
Encapsulates an error in a test. Created by
Test::Unit::TestCase when it rescues an exception
thrown during the processing of a test.
| :exception |
[R] |
|
| :location |
[R] |
|
Creates a new
Error with the given location and
exception.
Returns the message associated with the error.
Returns a brief version of the error description.
Returns a verbose version of the error description.