Class: USCoreTestKit::USCoreV610::AllergyIntoleranceMustSupportTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- USCoreTestKit::USCoreV610::AllergyIntoleranceMustSupportTest
show all
- Includes:
- MustSupportTest
- Defined in:
- lib/us_core_test_kit/generated/v6.1.0/allergy_intolerance/allergy_intolerance_must_support_test.rb
Class Method Summary
collapse
Instance Method Summary
collapse
#all_scratch_resources, #perform_must_support_test
Class Method Details
43
44
45
|
# File 'lib/us_core_test_kit/generated/v6.1.0/allergy_intolerance/allergy_intolerance_must_support_test.rb', line 43
def self.metadata
@metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true))
end
|
Instance Method Details
#resource_type ⇒ Object
39
40
41
|
# File 'lib/us_core_test_kit/generated/v6.1.0/allergy_intolerance/allergy_intolerance_must_support_test.rb', line 39
def resource_type
'AllergyIntolerance'
end
|
#scratch_resources ⇒ Object
47
48
49
|
# File 'lib/us_core_test_kit/generated/v6.1.0/allergy_intolerance/allergy_intolerance_must_support_test.rb', line 47
def scratch_resources
scratch[:allergy_intolerance_resources] ||= {}
end
|