class Microtest::ProgressReporter

Defined in:

microtest/reporters/progress_reporter.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Microtest::TerminalReporter

new(io : IO = STDOUT) new

Instance methods inherited from class Microtest::Reporter

abort(ctx : ExecutionContext, info : AbortionInfo) abort, finished(ctx : ExecutionContext) finished, io : IO io, report(result : TestResult) report, started(ctx : ExecutionContext) started, suite_finished(ctx : ExecutionContext, cls : String) suite_finished, suite_started(ctx : ExecutionContext, cls : String) suite_started

Constructor methods inherited from class Microtest::Reporter

new(io : IO = STDOUT) new

Constructor Detail

def self.new(chars : NamedTuple(success: String, failure: String, skip: String, abortion: String) = DOTS, io = STDOUT) #

[View source]

Instance Method Detail

def finished(ctx : ExecutionContext) #

[View source]
def report(result : TestResult) #

[View source]