Class: AUCoreTestKit::AUCoreV100::PractitionerReadTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- AUCoreTestKit::AUCoreV100::PractitionerReadTest
show all
- Includes:
- ReadTest
- Defined in:
- lib/au_core_test_kit/generated/v1.0.0/practitioner/practitioner_read_test.rb
Instance Method Summary
collapse
Methods included from ReadTest
#all_scratch_resources, #bad_resource_id_message, #basic_read_and_validate, #create_reference, #fetch_resource_ids, #get_resources_to_read_from_arr_ids, #no_resources_custom_skip_message, #no_resources_skip_message, #perform_read_test, #read_and_validate, #read_and_validate_as_first, #read_and_validate_resourses_arr, #readable_resources, #resource_class, #resource_id, #resource_ids_str_to_arr
Instance Method Details
#resource_type ⇒ Object
21
22
23
|
# File 'lib/au_core_test_kit/generated/v1.0.0/practitioner/practitioner_read_test.rb', line 21
def resource_type
'Practitioner'
end
|
#scratch_resources ⇒ Object
25
26
27
|
# File 'lib/au_core_test_kit/generated/v1.0.0/practitioner/practitioner_read_test.rb', line 25
def scratch_resources
scratch[:practitioner_resources] ||= {}
end
|