Module: AUPSTestKit::BasicTestMsElementsPopulatedModule
- Included in:
- BasicTest
- Defined in:
- lib/au_ps_inferno/utils/basic_test/ms_elements_populated_module.rb
Overview
Must Support elements populated or missing message.
Instance Method Summary collapse
Instance Method Details
#ms_elements_populated_message(container_type) ⇒ Object
10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# File 'lib/au_ps_inferno/utils/basic_test/ms_elements_populated_module.rb', line 10 def (container_type) guard_populated_resource(container_type) resource = get_resource_by_container_type(container_type) (container_type, resource) = .(resource.resourceType) return unless .present? = InfernoSuiteGenerator::Generator::GroupMetadata.new() assert all_ms_mandatory_elements_populated?(resource, ), end |