Class: Cucumber::Core::Test::Result::Flaky
- Inherits:
-
Object
- Object
- Cucumber::Core::Test::Result::Flaky
- Defined in:
- lib/cucumber/core/test/result.rb
Overview
Flaky is not used directly as an execution result, but is used as a reporting result type for test cases that fails and the passes on retry, therefore only the class method self.ok? is needed.
Class Method Summary collapse
Class Method Details
.ok?(strict: false) ⇒ Boolean
164 165 166 |
# File 'lib/cucumber/core/test/result.rb', line 164 def self.ok?(strict: false) !strict end |