Module: Nonnative::Cucumber::Registration
- Extended by:
- Cucumber::Glue::Dsl, Assertions, LifecycleSteps, ProxySteps, WorldHooks
- Defined in:
- lib/nonnative/cucumber.rb
Class Method Summary collapse
Methods included from WorldHooks
Methods included from ProxySteps
install_proxy_mutation_steps, install_proxy_reset_steps, install_proxy_steps
Methods included from LifecycleSteps
install_attempt_start_step, install_attempt_stop_step, install_healthy_step, install_start_step, install_state_steps, install_unhealthy_step, observability_options
Methods included from Assertions
install_assertion_steps, install_error_assertion_steps, install_log_assertion_steps, install_memory_assertion_step
Class Method Details
.install! ⇒ Object
183 184 185 186 187 188 189 |
# File 'lib/nonnative/cucumber.rb', line 183 def install! install_world install_hooks install_proxy_steps install_state_steps install_assertion_steps end |