Skip to content
Snippets Groups Projects
Commit 4e2097c7 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Update TreatmentUnitTest.java

parent ce0f3ce6
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ public class TreatmentUnitTest {
// TODO
final Patient patient = new Patient();
patient.addConditions( /* TODO */ ); // patient has conditions "flu" and "noseblead"
// TODO
// patient.addConditions( ... ); // patient has conditions "flu" and "noseblead"
// 2e) start sequence diagram
treatmentUnit.addPatient(patient);
// Test that only one of the doctors are available:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment