abstract class Spectator::SpecBuilder::ExampleGroupBuilder
Direct Known Subclasses
Defined in:
spectator/spec_builder/example_group_builder.crInstance Method Summary
- #add_after_all_hook(hook : -> )
- #add_after_each_hook(hook : TestMetaMethod)
- #add_around_each_hook(hook : SpectatorTest, Proc(Nil) -> )
- #add_before_all_hook(hook : -> )
- #add_before_each_hook(hook : TestMetaMethod)
- #add_child(child : Child)
- #add_default_stub(type : T.class, stub : Mocks::MethodStub) forall T
- #add_post_condition(hook : TestMetaMethod)
- #add_pre_condition(hook : TestMetaMethod)