summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-09-27Retry at most 3 times if aul_app_get_appid_bypid() failsJi-hoon Lee4-0/+196
2021-09-24Add more tests for verifying the behavior of CAudioManager classJi-hoon Lee3-51/+279
2021-09-24Add tests for verifying the behavior of CWakeupManagerJi-hoon Lee4-0/+399
2021-09-07Add tests for wakeup-policy-defaultJi-hoon Lee3-0/+215
2021-09-06Fix build error in test code caused by a base type changeJi-hoon Lee1-2/+2
2021-06-30Fix errors found while adding tests for CPackageUpdateMonitorJi-hoon Lee2-3/+89
2021-06-30Extract package update monitor class and add test casesJi-hoon Lee3-0/+159
2020-06-15Add utc for preference-manager-vconfJi-hoon Lee5-0/+284
2020-04-13Remove unnecessary virtual keyword for overriding functionsJi-hoon Lee1-2/+2
2020-04-13Remove unnecessary mas_ prefix in CServiceMainJi-hoon Lee1-1/+1
2020-04-13Replace int with pid_t for representing a process IDJi-hoon Lee1-17/+17
2020-04-13Send audio data to the dedicated audio processing app if existsJi-hoon Lee2-0/+2
2020-04-13Add override keyword for inherited virtual functionsJi-hoon Lee1-5/+5
2020-04-13Replace int with pid_t where applicableJi-hoon Lee2-4/+4
2020-04-08Fix incorrect year information in license boilerplateJi-hoon Lee4-4/+4
2020-04-08Add sample unit test for CServiceMain and fix related errorsJi-hoon Lee3-0/+195
2020-04-08Extract aul dependency from service_main.cppJi-hoon Lee1-0/+4
2020-04-08Add sample unit test for CAudioManagerJi-hoon Lee3-0/+138
2020-04-07Extract some of existing logic into separate classessubmit/tizen/20200408.110745Ji-hoon Lee3-0/+243
2020-04-06Encapsulate functions and data into classesJi-hoon Lee2-21/+21
2020-04-06Rename test_service to test_config and add more testsJi-hoon Lee4-101/+180
2020-04-03Make a class for mas_config and add tests for itJi-hoon Lee1-0/+49
2020-04-02Introduce compile-time unit testsJi-hoon Lee4-0/+98