Skip to content

Commit

Permalink
Resolve naming conflicts between static and adaptive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tstrass committed Nov 21, 2024
1 parent 1090901 commit ebd3288
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require_relative '../cql_test'
module DaVinciDTRTestKit
class PayerStaticFormExpressionsTest < Inferno::Test
class PayerAdaptiveNextQuestionExpressionsTest < Inferno::Test
include DaVinciDTRTestKit::CQLTest

id :dtr_v201_payer_adaptive_next_form_expressions_test
title 'Questionnaire(s) contains items with expressions necessary for pre-population'
id :dtr_v201_payer_adaptive_next_question_expressions_test
title 'Adaptive Next Question questionnaire(s) contain items with expressions necessary for pre-population'
description %(
Inferno checks that the payer server response to $next-question operation has appropriate expressions and that
expressions are written in cql.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require_relative '../cql_test'
module DaVinciDTRTestKit
class PayerStaticFormExtensionsTest < Inferno::Test
class PayerAdaptiveNexQuestionExtensionsTest < Inferno::Test
include DaVinciDTRTestKit::CQLTest

id :dtr_v201_payer_adaptive_next_form_extensions_test
title 'Questionnaire(s) contains extensions necessary for pre-population'
id :dtr_v201_payer_adaptive_next_question_extensions_test
title 'Adaptive Next Question questionnaire(s) contain extensions necessary for pre-population'
description %(
Inferno checks that the payer server response has appropriate extensions and references to libraries within
those extensions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ class DTRPayerServerAdaptiveQuestionnairePackageGroup < Inferno::TestGroup

# pass request to payer server, validate adaptive questionnaire response
test from: :payer_server_next_response_validation_test
test from: :dtr_v201_payer_adaptive_next_form_extensions_test
test from: :dtr_v201_payer_adaptive_next_form_expressions_test
test from: :dtr_v201_payer_adaptive_next_question_extensions_test
test from: :dtr_v201_payer_adaptive_next_question_expressions_test
test from: :payer_server_adaptive_completion_test
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class PayerStaticFormExpressionsTest < Inferno::Test
include DaVinciDTRTestKit::CQLTest

id :dtr_v201_payer_static_form_expressions_test
title 'Questionnaire(s) contains items with expressions necessary for pre-population'
title 'Static questionnaire(s) contain items with expressions necessary for pre-population'
description %(
Inferno checks that the payer server response has appropriate expressions and that expressions are
written in cql.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class PayerStaticFormExtensionsTest < Inferno::Test
include DaVinciDTRTestKit::CQLTest

id :dtr_v201_payer_static_form_extensions_test
title 'Questionnaire(s) contains extensions necessary for pre-population'
title 'Static questionnaire(s) contain extensions necessary for pre-population'
description %(
Inferno checks that the payer server response has appropriate extensions and references to libraries within
those extensions.
Expand Down

0 comments on commit ebd3288

Please sign in to comment.