Sha256: 75015b095b3541f0985b4cf3bcf24d9ff5fcdc61c596b5334c4a5cc4cbccb73c

Contents?: true

Size: 742 Bytes

Versions: 2

Compression:

Stored size: 742 Bytes

Contents

require_relative '../../reference_resolution_test'

module USCoreTestKit
  class BodytempReferenceResolutionTest < Inferno::Test
    include USCoreTestKit::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 :us_core_311_bodytemp_reference_resolution_test

    def resource_type
      'Observation'
    end

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

    run do
      perform_reference_resolution_test(scratch_resources[:all])
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
us_core_test_kit-0.1.1 lib/us_core_test_kit/generated/bodytemp/bodytemp_reference_resolution_test.rb
us_core_test_kit-0.1.0 lib/us_core_test_kit/generated/bodytemp/bodytemp_reference_resolution_test.rb