class Spectator::NameExampleFilter
Overview
Filter that matches examples based on their name.
Defined in:
spectator/name_example_filter.crConstructors
-
.new(name : String)
Creates the example filter.
Instance Method Summary
-
#includes?(example) : Bool
Checks whether the example satisfies the filter.