Class
Cucumber::JsSupport::JsLanguage
In:
lib/cucumber/js_support/js_language.rb
Parent:
Object
Methods
add_step_definition
alias_adverbs
begin_scenario
current_world
end_scenario
execute_step_definition
load_code_file
new
register_js_hook
register_js_transform
step_matches
steps
world
Included Modules
LanguageSupport::LanguageMethods
JsSnippets
Public Class methods
new
(step_mother)
Public Instance methods
add_step_definition
(regexp, js_function)
alias_adverbs
(adverbs)
begin_scenario
(scenario)
current_world
()
end_scenario
()
execute_step_definition
(name, multiline_argument = nil)
TODO: support multiline arguments when calling
steps
from within
steps
load_code_file
(js_file)
register_js_hook
(phase, tag_expressions, js_function)
register_js_transform
(regexp, js_function)
step_matches
(name_to_match, name_to_format)
steps
(steps_text, file_colon_line)
world
(js_files)
[Validate]