Method: PDK::Report::Event#test

Defined in:
lib/pdk/report/event.rb

#testString (readonly)

Returns The name of the test that generated the event.

Returns:

  • (String)

    The name of the test that generated the event.



31
32
33
# File 'lib/pdk/report/event.rb', line 31

def test
  @test
end