Class: DaVinciCRDTestKit::CoverageInformationSystemActionReceivedTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciCRDTestKit::CoverageInformationSystemActionReceivedTest
- Includes:
- ServerHookHelper, TestHelper
- Defined in:
- lib/davinci_crd_test_kit/server_tests/coverage_information_system_action_received_test.rb
Instance Method Summary collapse
Methods included from ServerHookHelper
#discovered_service_id_for_hook, #identify_hook, #target_service_id, #tested_hook_name
Methods included from TestHelper
#parse_json, #verify_at_least_one_test_passes
Instance Method Details
#resources_by_hook ⇒ Object
24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
# File 'lib/davinci_crd_test_kit/server_tests/coverage_information_system_action_received_test.rb', line 24 def resources_by_hook shared_resources = [ 'DeviceRequest', 'MedicationRequest', 'NutritionOrder', 'ServiceRequest', 'VisionPrescription' ] { 'appointment-book' => ['Appointment'], 'order-sign' => shared_resources, 'order-dispatch' => shared_resources, 'order-select' => shared_resources, 'encounter-start' => ['Encounter'], 'encounter-discharge' => ['Encounter'] } end |