Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #949 (new task)

Opened 4 months ago

Clean up unit tests

Reported by: bwolfe Assigned to: somebody
Priority: major Milestone: OpenMRS 1.4
Component: OpenMRS Code Base Keywords:
Cc: Introductory Ticket:

Description

The current unit tests have bad names. They need to be renamed to fit in with the convention of "shouldFindPatientByFirstName" instead of just "shouldPatient".

Some methods will need to be split and simplified so only one task is done at a time.

If possible, some methods might be able to be moved from the api/service section to just the pojo section so that they run a little faster.