Class: Cucumber::Events::TestCaseReady

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/events/test_case_ready.rb

Overview

Event fired when a Test::Case is ready to be ran (matching has been done, hooks added etc)

Instance Attribute Summary collapse

Instance Attribute Details

#test_caseObject (readonly)

Returns the value of attribute test_case.



9
10
11
# File 'lib/cucumber/events/test_case_ready.rb', line 9

def test_case
  @test_case
end