class DaVinciPASTestKit::DaVinciPASV201::ClientSubmitRequestServiceRequestMustSupportTest

def self.metadata

def self.metadata
  @metadata ||= Generator::GroupMetadata.new(YAML.load_file(File.join(__dir__, 'metadata.yml'), aliases: true))
end

def resource_type

def resource_type
  'ServiceRequest'
end

def resources_of_interest

def resources_of_interest
  collection = tagged_resources(SUBMIT_TAG).presence || all_scratch_resources
  collection.select { |res| res.resourceType == resource_type }
end

def scratch_resources

def scratch_resources
  # The scratch key in MS test should be the same as the scratch key in the validation test for a given profile.
  scratch[:submit_request_resources] ||= {}
end

def user_input_validation

def user_input_validation
  false
end