Class Protest::Reports::Turn
In: lib/protest/reports/turn.rb
Parent: Report

This report displays each test on a separate line with failures being displayed immediately instead of at the end of the tests.

You might find this useful when running a large test suite, as it can be very frustrating to see a failure (.…F…) and then have to wait until all the tests finish before you can see what the exact failure was.

This report is based on the output displayed by TURN, Test::Unit Reporter (New) by Tim Pease.

Methods

new  

Included Modules

Utils::Summaries Utils::ColorfulOutput

Constants

PASS = "PASS"
FAIL = "FAIL"
ERROR = "ERROR"
PENDING = "PENDING"

Public Class methods

Set the stream where the report will be written to. STDOUT by default.

[Validate]