Class: DaVinciPASTestKit::DaVinciPASV201::ClientSubmitRequestCoverageMustSupportTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciPASTestKit::DaVinciPASV201::ClientSubmitRequestCoverageMustSupportTest
show all
- Includes:
- MustSupportTest
- Defined in:
- lib/davinci_pas_test_kit/generated/v2.0.1/coverage/client_submit_request_coverage_must_support_test.rb
Constant Summary
FHIRResourceNavigation::DAR_EXTENSION_URL
Class Method Summary
collapse
Instance Method Summary
collapse
#all_must_support_errors, #all_scratch_resources, #perform_must_support_test, #reset_variables, #tagged_resources, #validate_must_support
#find_a_value_at, #get_next_value, #resolve_path
Class Method Details
40
41
42
|
# File 'lib/davinci_pas_test_kit/generated/v2.0.1/coverage/client_submit_request_coverage_must_support_test.rb', line 40
def self.metadata
@metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true))
end
|
Instance Method Details
#resource_type ⇒ Object
32
33
34
|
# File 'lib/davinci_pas_test_kit/generated/v2.0.1/coverage/client_submit_request_coverage_must_support_test.rb', line 32
def resource_type
'Coverage'
end
|
#resources_of_interest ⇒ Object
49
50
51
52
|
# File 'lib/davinci_pas_test_kit/generated/v2.0.1/coverage/client_submit_request_coverage_must_support_test.rb', line 49
def resources_of_interest
collection = tagged_resources(SUBMIT_TAG).presence || all_scratch_resources
collection.select { |res| res.resourceType == resource_type }
end
|
#scratch_resources ⇒ Object
44
45
46
47
|
# File 'lib/davinci_pas_test_kit/generated/v2.0.1/coverage/client_submit_request_coverage_must_support_test.rb', line 44
def scratch_resources
scratch[:submit_request_resources] ||= {}
end
|
36
37
38
|
# File 'lib/davinci_pas_test_kit/generated/v2.0.1/coverage/client_submit_request_coverage_must_support_test.rb', line 36
def user_input_validation
false
end
|