Class: SHCVaccinationTestKit::SHCVaccinationSuite

Inherits:
Inferno::TestSuite
  • Object
show all
Defined in:
lib/shc_vaccination_test_kit.rb

Constant Summary collapse

VALIDATION_MESSAGE_FILTERS =
[
  /\A\S+: \S+: URL value '.*' does not resolve/,
].freeze

Class Method Summary collapse

Class Method Details

.add_shc_group(group_id) ⇒ Object

group(from: test_group.id) end



40
41
42
43
44
45
# File 'lib/shc_vaccination_test_kit.rb', line 40

def self.add_shc_group(group_id)
  group from: group_id do
    children.reject! { |test| test.id.include?('shc_fhir_validation_test') }
    test from: :shc_vaccination_validation_test
  end
end