| Class | CI::Reporter::TestUnitError |
| In: |
lib/ci/reporter/test_unit.rb
|
| Parent: | Object |
Wrapper around a Test::Unit error to be used by the test suite to interpret results.
# File lib/ci/reporter/test_unit.rb, line 28
28: def location() @fault.exception.backtrace.join("\n") end