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