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
-
#symbolic? : Bool
Indicates that the group is symbolic.
-
#to_s(io)
Does nothing.
-
#what : Symbol | String
Dummy value - this should never be used.
Instance methods inherited from class Spectator::ExampleGroup
[](index : Int) : Example
[],
children : Array(ExampleComponent)
children,
children=(children : Array(ExampleComponent))
children=,
children? : Array(ExampleComponent) | Nil
children?,
each(&)each : Iterator(ExampleComponent) each, example_count : Int example_count, finished? : Bool finished?, run_after_hooks run_after_hooks, run_before_hooks run_before_hooks, run_post_conditions run_post_conditions, run_pre_conditions run_pre_conditions, wrap_around_each_hooks(&block : -> ) : -> wrap_around_each_hooks