Class | Turn::Reporter |
In: |
lib/turn/reporter.rb
|
Parent: | Object |
There are two distinct way in which a report may be utilized by a Runner: per-call or per-file. The method pass, fail and error are generic, and will be used in either case. A per-call runner will use all the methods of a Reporter, while a per-file runner will use start_case per file, and will not use the start_test and finish_test methods, since those are beyond it‘s grainularity.
io | [R] |