abstract class Microtest::Reporter
- Microtest::Reporter
 - Reference
 - Object
 
Direct Known Subclasses
- Microtest::DescriptionReporter
 - Microtest::ErrorListReporter
 - Microtest::JsonSummaryReporter
 - Microtest::ProgressReporter
 - Microtest::SlowTestsReporter
 - Microtest::SummaryReporter
 
Defined in:
microtest/reporter.crConstructors
Instance Method Summary
- #abort(ctx : ExecutionContext, exception : HookException)
 - #finished(ctx : ExecutionContext)
 - #io : IO
 - #report(result : TestResult)
 - #started(ctx : ExecutionContext)
 - #suite_finished(ctx : ExecutionContext, cls : String)
 - #suite_started(ctx : ExecutionContext, cls : String)