Class: Cucumber::Distrib::Events::RetryingTest

Inherits:
TestCaseFinished show all
Defined in:
lib/cucumber/distrib/events.rb

Overview

Event for notification of retrying test.

Instance Attribute Summary

Attributes inherited from TestCaseFinished

#result

Attributes inherited from BaseTestCaseEvent

#test_case

Instance Method Summary collapse

Methods inherited from TestCaseFinished

#attributes

Methods inherited from Event

event_id, #metadata

Constructor Details

#initialize(event) ⇒ RetryingTest

Returns a new instance of RetryingTest.



380
381
382
383
# File 'lib/cucumber/distrib/events.rb', line 380

def initialize(event)
  super
   = event.
end