class Spectator::RootExampleGroup
Overview
Top-most group of examples and sub-groups. The root has no parent.
Defined in:
spectator/root_example_group.crInstance Method Summary
-
#description : Symbol | String
Dummy value - this should never be used.
- #source : Source
-
#symbolic? : Bool
Indicates that the group is symbolic.
-
#to_s(io)
Does nothing.
Instance methods inherited from class Spectator::ExampleGroup
[](index : Int) : Example
[],
children : Array(ExampleComponent)
children,
children=(children : Array(ExampleComponent))
children=,
children? : Array(ExampleComponent) | Nil
children?,
context : Spectator::TestContext
context,
double(id, sample_values)
double,
each(&)each : Iterator(ExampleComponent) each, example_count : Int example_count, finished? : Bool finished?