class Microtest::JsonSummaryReporter

Defined in:

microtest/reporters/json_reporter.cr

Instance Method Summary

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

Instance Method Detail

def finished(ctx : ExecutionContext) #

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

[View source]
def serialize_exception(e : Exception) #

[View source]