module Spec::Item
Overview
Info that describe
, context
and it
all have in common.
Direct including types
Defined in:
spec/filters.crspec/item.cr
Instance Method Summary
- #description : String
The example or example group's description.
- #end_line : Int32
The line where the example or example group ends.
- #file : String
The file where the example or example group is defined.
- #focus? : Bool
Does this example or example group have
focus: true
on it? - #line : Int32
The line where the example or example group starts.
- #parent : Context
The
describe
/context
that wraps this example or example group. - #tags : Set(String)?
The tags defined on this example or example group
Instance Method Detail
© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Spec/Item.html