tests: Add ringer tests

We mock libfeedback and CallsCall to test the ringer for the following
scenarios:
- Call state changes
- User requested silencing of ringer
- Multiple calls
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-10-22 07:23:29 +02:00
parent f86162da03
commit 7dadb3c50f
7 changed files with 878 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
#include "calls-contacts-provider.h"
CallsContactsProvider *__wrap_calls_contacts_provider_new (CallsSettings *seetings);