Module: DaVinciPASTestKit::DaVinciPASV201::PASClientOptions
- Defined in:
- lib/davinci_pas_test_kit/custom_groups/v2.0.1/pas_client_options.rb
Constant Summary collapse
- SMART_BACKEND_SERVICES_CONFIDENTIAL_ASYMMETRIC =
SMARTAppLaunch::SMARTClientOptions::SMART_BACKEND_SERVICES_CONFIDENTIAL_ASYMMETRIC
- UDAP_CLIENT_CREDENTIALS =
UDAPSecurityTestKit::UDAPClientOptions::UDAP_CLIENT_CREDENTIALS
- OTHER_AUTH =
OTHER_AUTH_TAG
Class Method Summary collapse
Class Method Details
.recursive_remove_input(runnable, input) ⇒ Object
18 19 20 21 22 |
# File 'lib/davinci_pas_test_kit/custom_groups/v2.0.1/pas_client_options.rb', line 18 def recursive_remove_input(runnable, input) runnable.inputs.delete(input) runnable.input_order.delete(input) runnable.children.each { |child_runnable| recursive_remove_input(child_runnable, input) } end |