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
Constants included from LifecycleSteps
LifecycleSteps::SERVICE_UNAVAILABLE
Class Method Summary collapse
Methods included from WorldHooks
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
210 211 212 213 214 215 216 |
# File 'lib/nonnative/cucumber.rb', line 210 def install! install_world install_hooks install_proxy_steps install_state_steps install_assertion_steps end |