Class: Cucumber::Core::Test::Result::Unknown
- Inherits:
-
Object
- Object
- Cucumber::Core::Test::Result::Unknown
- Defined in:
- lib/qat/cucumber/core_ext/result.rb
Overview
Patch for Cucumber::Core::Test::Result::Unknown to implement methods used by the formatters
Instance Method Summary collapse
-
#with_appended_backtrace(_) ⇒ Object
Dummy function.
-
#with_filtered_backtrace(_) ⇒ Object
Dummy function.
Instance Method Details
#with_appended_backtrace(_) ⇒ Object
Dummy function
8 9 10 |
# File 'lib/qat/cucumber/core_ext/result.rb', line 8 def with_appended_backtrace(_) '' end |
#with_filtered_backtrace(_) ⇒ Object
Dummy function
13 14 15 |
# File 'lib/qat/cucumber/core_ext/result.rb', line 13 def with_filtered_backtrace(_) '' end |