Index: unittests/tst_models.h =================================================================== diff -u -rd9f8e4e8356bd081f84dc08c4d65d727c0ee707f -r0d59385f134f65a19dace1e2b46eb2631924396e --- unittests/tst_models.h (.../tst_models.h) (revision d9f8e4e8356bd081f84dc08c4d65d727c0ee707f) +++ unittests/tst_models.h (.../tst_models.h) (revision 0d59385f134f65a19dace1e2b46eb2631924396e) @@ -31,6 +31,12 @@ void tst_MTreatmentRanges_data (); void tst_MTreatmentRanges (); + // Treatment Start / Stop + void tst_MStartTreatmentResponse_data(); + void tst_MStartTreatmentResponse(); + void tst_MEndTreatmentResponse_data(); + void tst_MEndTreatmentResponse(); + // - Treatment Adjustments // -- Treatment Duration @@ -111,7 +117,4 @@ void tst_MSalineBolusResponse_data(); void tst_MSalineBolusResponse(); - - void tst_MEndTreatmentResponse_data(); - void tst_MEndTreatmentResponse(); };