class Microtest::DescriptionReporter

Defined in:

microtest/reporters/description_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(threshold : Time::Span = 50.milliseconds, io = STDOUT) #

[View source]

Instance Method Detail

def finished(ctx : ExecutionContext) #

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

[View source]
def suite_started(ctx : ExecutionContext, cls : String) #

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

[View source]