/MedicalApplication

SNHU CS320 - Medical Application JUnit Test

Primary LanguageJavaMIT LicenseMIT

Medical Application


SNHU CS-320

medicalApplication software tests example using JUnit test case.

Bugs:

  1. Doctors are able to be added with same ID.
  2. Medical Record allow to search for patient ID not in the database.
  3. Blank entries for ID and name are able to added to the system.

To run the application type:

$ java App

To run JUnit test type:

$ java org.junit.runner.JUnitCore AllTests