Sha256: f7e2d4d2891cf759b5128aa27e2c37f84d927403afd5c07500323e38994512a5

Contents?: true

Size: 835 Bytes

Versions: 2

Compression:

Stored size: 835 Bytes

Contents

# frozen_string_literal: true

require_relative '../../export_kick_off_performer'
require_relative '../bulk_data_group_export_cancel_test'

module BulkDataTestKit
  module BulkDataV101
    class BulkDataGroupExportCancelGroup < Inferno::TestGroup
      id :bulk_data_group_export_cancel_group
      title 'Group Compartment Export Cancel Tests'
      description %(
        Verify that the Bulk Data server supports cancelling requested group exports.
        This group initiates a new export and immediately cancels it to verify
        correct behavior.
      )

      input :bearer_token,
            optional: true
      input :group_id,
            title: 'Group ID',
            description: 'The Group ID associated with the group of patients to be exported.'

      test from: :bulk_data_export_group_cancel
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bulk_data_test_kit-0.10.1 lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_cancel_group.rb
bulk_data_test_kit-0.10.0 lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_cancel_group.rb