freeswitch/tests/unit
Andrey Volk 9cc7c2d581 [mod_sofia] Multiple identity headers are partially implemented and duplicating the Identity header should not be allowed. 2023-09-20 00:28:16 +03:00
..
conf [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_async [core] Add SMBF_PAUSE media bug flag to pause an individual media bug. 2021-10-23 22:00:38 +03:00
conf_eavesdrop [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_playsay
conf_rtp [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_sip [mod_sofia] Multiple identity headers are partially implemented and duplicating the Identity header should not be allowed. 2023-09-20 00:28:16 +03:00
conf_sofia [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_test [mod_sofia] Multiple identity headers are partially implemented and duplicating the Identity header should not be allowed. 2023-09-20 00:28:16 +03:00
images [core] and core video alpha patch test code 2021-10-23 22:00:01 +03:00
pcap [core] RTP: a media timeout fix + add pcap based-unit tests. 2022-06-29 18:20:27 +03:00
.gitignore [Core] Fix use of private headers. 2021-11-10 21:46:29 +03:00
Makefile.am [core] RTP: a media timeout fix + add pcap based-unit tests. 2022-06-29 18:20:27 +03:00
README
collect-test-logs.sh
run-tests.sh
switch_console.c
switch_core.c [Core] check_ice: sanitize second field of the candidates. Add new switch_is_uint_in_range() API. 2023-08-13 15:49:58 +03:00
switch_core_asr.c
switch_core_codec.c
switch_core_db.c
switch_core_file.c
switch_core_session.c [Unit-tests] Fix build of various unit-tests. 2021-10-23 22:01:08 +03:00
switch_core_video.c [core] fix "--disable-libyuv" 2021-11-01 19:35:53 +03:00
switch_eavesdrop.c [Unit-tests] Fix build issues in switch_eavesdrop.c test file. 2021-03-17 01:15:42 +03:00
switch_event.c
switch_hash.c
switch_hold.c [Unit-tests] Improve stability of some tests. 2022-08-28 13:24:43 +03:00
switch_ivr_async.c [Unit-tests] Fix build of various unit-tests. 2021-10-23 22:01:08 +03:00
switch_ivr_originate.c [mod_sofia] Multiple identity headers are partially implemented and duplicating the Identity header should not be allowed. 2023-09-20 00:28:16 +03:00
switch_ivr_play_say.c [Unit-tests] Fix build of various unit-tests. 2021-10-23 22:01:08 +03:00
switch_log.c [Unit-tests] Fix build of various unit-tests. 2021-10-23 22:01:08 +03:00
switch_packetizer.c [core,mod_av,unit-tests] Make transition to core packetizer 2023-07-10 12:58:19 +00:00
switch_rtp.c [Unit-tests] Fix mac build 2021-10-24 15:36:52 +03:00
switch_rtp_pcap.c [Unit-tests] Fix unused function in switch_rtp_pcap 2022-06-29 21:42:37 +03:00
switch_sip.c [Unit-tests] Improve stability of some tests. 2022-08-28 13:24:43 +03:00
switch_utils.c
switch_vad.c STIR/SHAKEN (#1160) 2021-04-27 13:54:32 -06:00
switch_vpx.c
switch_xml.c
test.sh
test_sofia.c [mod_sofia] Fix memory leaks caused by improper profile destroy. Add a unit-test. 2021-03-17 00:58:29 +03:00
test_switch_core.2017.vcxproj [Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests. 2021-04-12 01:03:15 +03:00
test_switch_core_db.2017.vcxproj
test_switch_ivr_originate.2017.vcxproj

README

FreeSWITCH unit tests should be kept as shallow unit tests and micro
benchmarks testing functionality exposed through libfreeswitch.

Requirements for a new unit tests: 

1. Tests must use switch_test.h framework