class Minitest::StatisticsReporter

Direct Known Subclasses

Defined in:

reporter.cr

Constructors

Instance Method Summary

Instance methods inherited from class Minitest::AbstractReporter

options : Options options, passed? : Bool passed?, pause : Nil pause, record(result : Result) : Nil record, report : Nil report, resume : Nil resume, start : Nil start

Constructor methods inherited from class Minitest::AbstractReporter

new(options : Minitest::Options) new

Constructor Detail

def self.new(options) #

[View source]

Instance Method Detail

def count : Int32 #

[View source]
def errors : Int32 #

[View source]
def failures : Int32 #

[View source]
def passed? : Bool #

[View source]
def record(result) : Nil #

[View source]
def report : Nil #

[View source]
def results : Array(Minitest::Result) #

[View source]
def skips : Int32 #

[View source]
def start : Nil #

[View source]
def start_time : Time::Span #

[View source]
def total_time : Time::Span #

[View source]