Class: AUCoreTestKit::AUCoreV200::PatientIdSearchTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- AUCoreTestKit::AUCoreV200::PatientIdSearchTest
- Includes:
- InfernoSuiteGenerator::SearchTest
- Defined in:
- lib/au_core_test_kit/generated/v2.0.0/patient/patient_id_search_test.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.demodata ⇒ Object
38 39 40 41 42 |
# File 'lib/au_core_test_kit/generated/v2.0.0/patient/patient_id_search_test.rb', line 38 def self.demodata @demodata ||= InfernoSuiteGenerator::Generator::IGDemodata.new( YAML.load_file(File.join(File.dirname(__dir__), 'demodata.yml'), aliases: true) ) end |
.metadata ⇒ Object
55 56 57 |
# File 'lib/au_core_test_kit/generated/v2.0.0/patient/patient_id_search_test.rb', line 55 def self. @metadata ||= InfernoSuiteGenerator::Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true)) end |
.properties ⇒ Object
44 45 46 47 48 49 50 51 52 53 |
# File 'lib/au_core_test_kit/generated/v2.0.0/patient/patient_id_search_test.rb', line 44 def self.properties @properties ||= InfernoSuiteGenerator::SearchTestProperties.new( first_search: true, resource_type: 'Patient', search_param_names: ['_id'], possible_status_search: true, test_post_search: true, first_search_for_patient_by_patient_id: true ) end |
Instance Method Details
#keep_all_search_results? ⇒ Boolean
63 64 65 |
# File 'lib/au_core_test_kit/generated/v2.0.0/patient/patient_id_search_test.rb', line 63 def keep_all_search_results? false end |
#scratch_resources ⇒ Object
59 60 61 |
# File 'lib/au_core_test_kit/generated/v2.0.0/patient/patient_id_search_test.rb', line 59 def scratch_resources scratch[:patient_resources] ||= {} end |