class Spec2::Reporters::Test

Included Modules

Extended Modules

Defined in:

reporters/test.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) #

[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 received : Array(Spec2::Reporters::TestEvent) #

[View source]
def report #

[View source]