Skip to content

Commit

Permalink
Update new _lastUpdated tests so class name follows naming convention…
Browse files Browse the repository at this point in the history
… for _lastUpdated tests that already exist, add spec tests for all of the new optional _lastUpdated tests
  • Loading branch information
emichaud998 committed Oct 31, 2023
1 parent e2eb2ab commit 2dd956c
Show file tree
Hide file tree
Showing 8 changed files with 467 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module CarinForBlueButtonTestKit
module CARIN4BBV200
class OrganizationLastUpdatedSearchTest < Inferno::Test
class OrganizationLastupdatedSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for Organization search by _lastUpdated'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module CarinForBlueButtonTestKit
module CARIN4BBV200
class PatientLastUpdatedSearchTest < Inferno::Test
class PatientLastupdatedSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for Patient search by _lastUpdated'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module CarinForBlueButtonTestKit
module CARIN4BBV200
class PractitionerLastUpdatedSearchTest < Inferno::Test
class PractitionerLastupdatedSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for Practitioner search by _lastUpdated'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module CarinForBlueButtonTestKit
module CARIN4BBV200
class RelatedPersonLastUpdatedSearchTest < Inferno::Test
class RelatedPersonLastupdatedSearchTest < Inferno::Test
include CarinForBlueButtonTestKit::CarinSearchTest

title 'Server returns valid results for RelatedPerson search by _lastUpdated'
Expand Down
Loading

0 comments on commit 2dd956c

Please sign in to comment.