class Spectator::PendingExample
Overview
Common class for all examples marked as pending.
This class will not run example code.
Defined in:
spectator/pending_example.cr
Instance methods inherited from class Spectator::Example
[](index : Int) : Example
[],
description : String | Symbol
description,
example_count : Int
example_count,
finished? : Bool
finished?,
group : ExampleGroup
group,
run : Result
run,
run_impl
run_impl,
source : Source
source,
symbolic? : Bool
symbolic?,
to_json(json : JSON::Builder)
to_json,
to_s(io)
to_s
Constructor methods inherited from class Spectator::Example
new(group : Spectator::ExampleGroup, test_wrapper : Spectator::TestWrapper)
new
[](index : Int) : Example
[],
description : Symbol | String
description,
example_count : Int
example_count,
finished? : Bool
finished?,
full_description
full_description,
source : Source
source,
symbolic? : Bool
symbolic?
Instance methods inherited from class Object
should(matcher)
should,
should_eventually(matcher)
should_eventually,
should_never(matcher)
should_never,
should_not(matcher)
should_not