Sha256: 1df4cb358eea7fd42205bcdad1a3dfd3c67fc87fa1f7b203688fa43eecbdd44f
Contents?: true
Size: 731 Bytes
Versions: 1
Compression:
Stored size: 731 Bytes
Contents
require_relative '../../reference_resolution_test' module IpaTestKit class ConditionReferenceResolutionTest < Inferno::Test include IpaTestKit::ReferenceResolutionTest title 'Every reference within Condition 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_condition_reference_resolution_test def resource_type 'Condition' end def scratch_resources scratch[:condition_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/condition/condition_reference_resolution_test.rb |