Sha256: edc4af0e47bd1cc11f3575d2425b06837cadba57fe2d2319dff84ea58fae2b45

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 Bytes

Contents

require_relative '../../read_test'

module IpaTestKit
  class PractitionerRoleReadTest < Inferno::Test
    include IpaTestKit::ReadTest

    title 'Server returns correct PractitionerRole resource from PractitionerRole read interaction'
    description 'A server SHALL support the PractitionerRole read interaction.'

    id :ipa_010_practitioner_role_read_test

    def resource_type
      'PractitionerRole'
    end

    def scratch_resources
      scratch[:practitioner_role_resources] ||= {}
    end

    run do
      perform_read_test(scratch.dig(:references, 'PractitionerRole'))
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ipa_test_kit-0.2.0 lib/ipa_test_kit/generated/practitioner_role/practitioner_role_read_test.rb