class Microtest::ProgressReporter
- Microtest::ProgressReporter
- Microtest::Reporter
- Reference
- Object
Defined in:
microtest/reporter.crConstructors
- .new(chars : NamedTuple(success: String, failure: String, skip: String) = Helper::DOTS, io = STDOUT)
Instance Method Summary
Instance methods inherited from class Microtest::Reporter
abort(ctx : ExecutionContext, exception : HookException)
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) = Helper::DOTS, io = STDOUT)
#