abstract 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 [], example_count : Int example_count, finished? : Bool finished?, group : ExampleGroup group, instance instance, run : Result run, source : Source source, to_json(json : JSON::Builder) to_json, to_s(io) to_s

Constructor methods inherited from class Spectator::Example

new(group : Spectator::ExampleGroup, sample_values : Internals::SampleValues) new

Instance methods inherited from class Spectator::ExampleComponent

[](index : Int) : Example [], example_count : Int example_count, finished? : Bool finished?, symbolic? : Bool symbolic?, what : Symbol | String what

Instance methods inherited from class Object

should(matcher : Spectator::Matchers::Matcher) should, should_not(matcher : Spectator::Matchers::Matcher) should_not