| Class | Test::Unit::UI::RDox::TestRunner |
| In: |
lib/test/spec/rdox.rb
|
| Parent: | Test::Unit::UI::SpecDox::TestRunner |
# File lib/test/spec/rdox.rb, line 14
14: def finished(elapsed_time)
15: nl
16: output_result
17: end
# File lib/test/spec/rdox.rb, line 19
19: def indent(depth)
20: @prefix = ""
21: @headprefix = "==" + "=" * depth
22: end
# File lib/test/spec/rdox.rb, line 6 6: def output_heading(heading) 7: output "#{@headprefix} #{heading}" 8: end