/*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file tst_models.h * \author (last) Peter Lucia * \date (last) 01-Jul-2020 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2020 * */ #pragma once // Qt #include #include // Project class tst_models : public QObject { Q_OBJECT public: explicit tst_models(QObject *parent = nullptr); private slots: void tst_MAdjustBloodDialysateResponse_data (); void tst_MAdjustBloodDialysateResponse (); void tst_MAdjustDurationResponse_data (); void tst_MAdjustDurationResponse (); void tst_MTreatmentRanges_data (); void tst_MTreatmentRanges (); void tst_MLoadCellReadings_data (); void tst_MLoadCellReadings (); void tst_MTemperatureSensors_data (); void tst_MTemperatureSensors (); void tst_MAdjustUltrafiltrationStateResponse_data (); void tst_MAdjustUltrafiltrationStateResponse (); void tst_MAdjustUltrafiltrationEditResponse_data (); void tst_MAdjustUltrafiltrationEditResponse (); void tst_MAdjustUltrafiltrationConfirmResponse_data (); void tst_MAdjustUltrafiltrationConfirmResponse (); void tst_MAlarmStatus(); };