module Spec2::Reporter

Direct including types

Defined in:

reporter.cr

Instance Method Summary

Instance Method Detail

abstract def configure_output(output) #

[View source]
abstract def context_finished(context) #

[View source]
abstract def context_started(context) #

[View source]
abstract def example_errored(example, exception) #

[View source]
abstract def example_failed(example, exception) #

[View source]
abstract def example_started(example) #

[View source]
abstract def example_succeeded(example) #

[View source]
abstract def report #

[View source]