Class Cucumber::Runtime::SupportCode
In: lib/cucumber/runtime/support_code.rb
Parent: Object

Methods

Included Modules

Constantize

Classes and Modules

Class Cucumber::Runtime::SupportCode::StepInvoker

Public Class methods

Public Instance methods

Invokes a series of steps steps_text. Example:

  invoke(%Q{
    Given I have 8 cukes in my belly
    Then I should not be thirsty
  })

Loads and registers programming language implementation. Instances are cached, so calling with the same argument twice will return the same instance.

[Validate]