Class: Cucumber::Distrib::Events::TestReported
- Defined in:
- lib/cucumber/distrib/events.rb
Overview
Event to notify on worker side that a test has been reported to leader.
Instance Attribute Summary collapse
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
Instance Method Summary collapse
-
#initialize(payload) ⇒ TestReported
constructor
A new instance of TestReported.
Methods inherited from Event
Constructor Details
#initialize(payload) ⇒ TestReported
Returns a new instance of TestReported.
399 400 401 402 |
# File 'lib/cucumber/distrib/events.rb', line 399 def initialize(payload) super() @payload = payload end |
Instance Attribute Details
#payload ⇒ Object (readonly)
Returns the value of attribute payload.
396 397 398 |
# File 'lib/cucumber/distrib/events.rb', line 396 def payload @payload end |