Class: Flatware::Cucumber::Formatter::Scenario
- Inherits:
-
Struct
- Object
- Struct
- Flatware::Cucumber::Formatter::Scenario
- Defined in:
- lib/flatware/cucumber/formatter.rb
Instance Attribute Summary collapse
-
#file_colon_line ⇒ Object
Returns the value of attribute file_colon_line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#file_colon_line ⇒ Object
Returns the value of attribute file_colon_line
15 16 17 |
# File 'lib/flatware/cucumber/formatter.rb', line 15 def file_colon_line @file_colon_line end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/flatware/cucumber/formatter.rb', line 15 def name @name end |
#status ⇒ Object
Returns the value of attribute status
15 16 17 |
# File 'lib/flatware/cucumber/formatter.rb', line 15 def status @status end |
Instance Method Details
#failed? ⇒ Boolean
16 17 18 |
# File 'lib/flatware/cucumber/formatter.rb', line 16 def failed? status == :failed end |
#failed_outside_step? ⇒ Boolean
20 21 22 |
# File 'lib/flatware/cucumber/formatter.rb', line 20 def failed_outside_step? false end |