Class Turn::Reporter
In: lib/turn/reporter.rb
Parent: Object

Reporter

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.

Methods

Included Modules

Colorize

Attributes

io  [R] 

Public Class methods

Public Instance methods

These methods are called in the process of running the tests.

[Validate]