Sha256: 3547ab368b2d7e21b3de0fc5bfd64949fce79547a3be048f70930c80a8652086
Contents?: true
Size: 688 Bytes
Versions: 4
Compression:
Stored size: 688 Bytes
Contents
require_relative '../../../read_test' module DaVinciPlanNetTestKit module DaVinciPlanNetV110 class OrgAffilReadTest < Inferno::Test include DaVinciPlanNetTestKit::ReadTest title 'Server returns correct OrganizationAffiliation resource from OrganizationAffiliation read interaction' description 'A server SHALL support the OrganizationAffiliation read interaction.' id :davinci_plan_net_v110_org_affil_read_test def resource_type 'OrganizationAffiliation' end def scratch_resources scratch[:org_affil_resources] ||= {} end run do perform_read_test(all_scratch_resources) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems