class Spec2::Reporters::Doc

Included Modules

Extended Modules

Defined in:

reporters/doc.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Spec2::Reporter

configure_output(output) configure_output, context_finished(context) context_finished, context_started(context) context_started, example_errored(example, exception) example_errored, example_failed(example, exception) example_failed, example_started(example) example_started, example_succeeded(example) example_succeeded, report report

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.build #

[View source]

Instance Method Detail

def configure_output(output : Spec2::Output | Nil) #

[View source]
def context_finished(context) #

[View source]
def context_started(context) #

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

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

[View source]
def example_started(example) #

[View source]
def example_succeeded(example) #

[View source]
def nesting #

[View source]
def nesting? : Int32 #

[View source]
def output : Output #

[View source]
def output? : Output | Nil #

[View source]
def report #

[View source]