Class: Crucible::Tests::ArgonautProviderConnectathonTest

Inherits:
BaseSuite show all
Defined in:
lib/tests/suites/argonaut_provider_connectathon_test.rb

Constant Summary

Constants inherited from BaseSuite

BaseSuite::EXCLUDED_RESOURCES

Constants inherited from BaseTest

BaseTest::BASE_SPEC_LINK, BaseTest::JSON_FIELDS, BaseTest::METADATA_FIELDS, BaseTest::REST_SPEC_LINK, BaseTest::STATUS

Instance Attribute Summary

Attributes inherited from BaseTest

#category, #tags, #tests_subset, #warnings

Instance Method Summary collapse

Methods inherited from BaseSuite

#build_messages, #collect_metadata, fhir_resources, #links, #metadata, #parse_operation_outcome, #requires, #resource_category, test, #title, #validates

Methods inherited from BaseTest

#author, #execute, #execute_test_method, #execute_test_methods, #ignore_client_exception, #multiserver, #requires_authorization, #tests, #warning

Methods included from Assertions

#assert, #assert_bundle_entry_count, #assert_bundle_response, #assert_bundle_transactions_okay, #assert_equal, #assert_etag_present, #assert_last_modified_present, #assert_minimum, #assert_navigation_links, #assert_operator, #assert_resource_content_type, #assert_resource_type, #assert_response_bad, #assert_response_code, #assert_response_conflict, #assert_response_created, #assert_response_gone, #assert_response_not_found, #assert_response_ok, #assert_valid_content_location_present, #assert_valid_profile, #assert_valid_resource_content_type_present, #assertion_negated, #skip

Constructor Details

#initialize(client1, client2 = nil) ⇒ ArgonautProviderConnectathonTest

Returns a new instance of ArgonautProviderConnectathonTest.



18
19
20
21
22
23
# File 'lib/tests/suites/argonaut_provider_connectathon_test.rb', line 18

def initialize(client1, client2 = nil)
  super(client1, client2)
  @tags.append('provider')
  @tags.append('connectathon')
  @category = {id: 'argonaut', title: 'Argonaut'}
end

Instance Method Details

#descriptionObject



8
9
10
# File 'lib/tests/suites/argonaut_provider_connectathon_test.rb', line 8

def description
  'Test suite for the Argonaut Provider Directory Virtual Connectathon'
end

#detailsObject



12
13
14
15
16
# File 'lib/tests/suites/argonaut_provider_connectathon_test.rb', line 12

def details
  {
    'Overview' => 'Test suite for the Argonaut Provider Directory Virtual Connectathon'
  }
end

#idObject



4
5
6
# File 'lib/tests/suites/argonaut_provider_connectathon_test.rb', line 4

def id
  'ArgonautProviderConnectathonTest'
end