abstract class Spectator::SpecBuilder::ExampleGroupBuilder

Direct Known Subclasses

Defined in:

spectator/spec_builder/example_group_builder.cr

Instance Method Summary

Instance methods inherited from class Object

should(matcher) should, should_eventually(matcher) should_eventually, should_never(matcher) should_never, should_not(matcher) should_not

Instance Method Detail

def add_after_all_hook(hook : -> ) #

[View source]
def add_after_each_hook(hook : TestMetaMethod) #

[View source]
def add_around_each_hook(hook : SpectatorTest, Proc(Nil) -> ) #

[View source]
def add_before_all_hook(hook : -> ) #

[View source]
def add_before_each_hook(hook : TestMetaMethod) #

[View source]
def add_child(child : Child) #

[View source]
def add_default_stub(type : T.class, stub : Mocks::MethodStub) forall T #

[View source]
def add_post_condition(hook : TestMetaMethod) #

[View source]
def add_pre_condition(hook : TestMetaMethod) #

[View source]