Sha256: 2e29b0cd813b3566d5da5fb57b9c4e5590e9b43ceb02e662980e55c6c19a29f5

Contents?: true

Size: 732 Bytes

Versions: 1

Compression:

Stored size: 732 Bytes

Contents

require_relative '../../reference_resolution_test'

module IpaTestKit
  class ResprateReferenceResolutionTest < Inferno::Test
    include IpaTestKit::ReferenceResolutionTest

    title 'Every reference within Observation resources can be read'
    description %(
      This test will attempt to read the first 50 references found in the
      resources from the first search. The test will fail if Inferno fails to
      read any of those references.
    )

    id :ipa_010_resprate_reference_resolution_test

    def resource_type
      'Observation'
    end

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

    run do
      perform_reference_resolution_test(scratch_resources[:all])
    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/resprate/resprate_reference_resolution_test.rb