Class: USCoreTestKit::USCoreV800::PatientMustSupportTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- USCoreTestKit::USCoreV800::PatientMustSupportTest
show all
- Includes:
- MustSupportTest
- Defined in:
- lib/us_core_test_kit/generated/v8.0.0/patient/patient_must_support_test.rb
Class Method Summary
collapse
Instance Method Summary
collapse
#all_scratch_resources, #perform_must_support_test
Class Method Details
72
73
74
|
# File 'lib/us_core_test_kit/generated/v8.0.0/patient/patient_must_support_test.rb', line 72
def self.metadata
@metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true))
end
|
Instance Method Details
#resource_type ⇒ Object
68
69
70
|
# File 'lib/us_core_test_kit/generated/v8.0.0/patient/patient_must_support_test.rb', line 68
def resource_type
'Patient'
end
|
#scratch_resources ⇒ Object
76
77
78
|
# File 'lib/us_core_test_kit/generated/v8.0.0/patient/patient_must_support_test.rb', line 76
def scratch_resources
scratch[:patient_resources] ||= {}
end
|