abstract class Spectator::SpecBuilder::ExampleBuilder
Direct Known Subclasses
Defined in:
spectator/spec_builder/example_builder.crConstructors
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
Constructor Detail
def self.new(description : String | Nil, source : Source, builder : FactoryMethod, runner : TestMethod)
#