Details
-
Enhancement
-
Status: Closed
-
Could
-
Resolution: Fixed
-
None
-
None
-
Low
Description
The tests of LBAC specifically Encounter, Patient, Person and User classes have wrong used assertEquals.
The convention says that it should be written in assertEquals(Expected, Actual) way. This way it is easier for a programmer to find error if there is any assertion error as the build specifies expected and actual data.