class DaVinciPASTestKit::DaVinciPASV201::ServerInquireRequestInsurerMustSupportTest

def resources_of_interest

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