Module: Nonnative::Cucumber::Registration

Extended by:
Cucumber::Glue::Dsl, Assertions, LifecycleSteps, ProxySteps, WorldHooks
Defined in:
lib/nonnative/cucumber.rb

Constant Summary

Constants included from ProxySteps

ProxySteps::PROXY_OPERATIONS

Class Method Summary collapse

Methods included from WorldHooks

install_hooks, install_world

Methods included from ProxySteps

apply_proxy_operation, 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



198
199
200
201
202
203
204
# File 'lib/nonnative/cucumber.rb', line 198

def install!
  install_world
  install_hooks
  install_proxy_steps
  install_state_steps
  install_assertion_steps
end