1#ifndef TESTDATABASEMANAGER_H
2#define TESTDATABASEMANAGER_H
14 void cleanupTestCase();
16 void testSetupDatabase();
17 void testDropAndRecreateTables();
18 void testInsertAudioFile();
19 void testGetAudioFiles();
20 void testClearAudioFiles();
21 void testCreateTestSession();
22 void testUpdateTestSessionEndTime();
23 void testGetSessionsWithDuration();
24 void testInsertTrial();
25 void testGetTrialsForSession();
26 void testGetAverageTrialsPerSession();
27 void testGetAverageResponseTimePerTrial();
28 void testGetAverageDurationPerSession();
29 void testGetAverageSuccessPerSession();
The DatabaseManager class manages the database operations for the audio testing application.
Definition: DatabaseManager.h:50
Definition: TestDatabaseManager.h:9