Class: RSpec::RunnerComponents
- Inherits:
-
Object
- Object
- RSpec::RunnerComponents
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#attempt_runner ⇒ AttemptRunner
readonly
Returns the value of attribute attempt_runner.
-
#flaky_transition ⇒ FlakyTransition
readonly
Returns the value of attribute flaky_transition.
-
#retry_count_resolver ⇒ RetryCountResolver
readonly
Returns the value of attribute retry_count_resolver.
-
#retry_gate ⇒ RetryGate
readonly
Returns the value of attribute retry_gate.
-
#retry_loop ⇒ RetryLoop
readonly
Returns the value of attribute retry_loop.
-
#retry_transition ⇒ RetryTransition
readonly
Returns the value of attribute retry_transition.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
Constructor Details
#initialize ⇒ Object
455 |
# File 'sig/rspec/rewind.rbs', line 455
def initialize: (
|
Instance Attribute Details
#attempt_runner ⇒ AttemptRunner (readonly)
Returns the value of attribute attempt_runner.
449 450 451 |
# File 'sig/rspec/rewind.rbs', line 449 def attempt_runner @attempt_runner end |
#flaky_transition ⇒ FlakyTransition (readonly)
Returns the value of attribute flaky_transition.
452 453 454 |
# File 'sig/rspec/rewind.rbs', line 452 def flaky_transition @flaky_transition end |
#retry_count_resolver ⇒ RetryCountResolver (readonly)
Returns the value of attribute retry_count_resolver.
448 449 450 |
# File 'sig/rspec/rewind.rbs', line 448 def retry_count_resolver @retry_count_resolver end |
#retry_gate ⇒ RetryGate (readonly)
Returns the value of attribute retry_gate.
450 451 452 |
# File 'sig/rspec/rewind.rbs', line 450 def retry_gate @retry_gate end |
#retry_loop ⇒ RetryLoop (readonly)
Returns the value of attribute retry_loop.
453 454 455 |
# File 'sig/rspec/rewind.rbs', line 453 def retry_loop @retry_loop end |
#retry_transition ⇒ RetryTransition (readonly)
Returns the value of attribute retry_transition.
451 452 453 |
# File 'sig/rspec/rewind.rbs', line 451 def retry_transition @retry_transition end |