Media/WebRTC/Testing: Difference between revisions

Line 45: Line 45:




Currently we have the following tests:
Currently we have the following test programs, each of which consists of one or more individual
test cases. Note that you can enumerate the test cases like so:
 
    obj-x86_64-apple-darwin10.8.0/media/mtransport/test/ice_unittest --gtest_list_tests
 
Individual tests can be run with --gtest_filter, like so:
 
    obj-x86_64-apple-darwin10.8.0/media/mtransport/test/ice_unittest '--gtest_gilter=*Turn*'
 
 


==== media/mtransport/test ====
==== media/mtransport/test ====
Line 63: Line 72:
* mediapipeline_unittest — unit tests for the media pipelines that plumb between the Media Stream Graph, GIPS, and RTP
* mediapipeline_unittest — unit tests for the media pipelines that plumb between the Media Stream Graph, GIPS, and RTP
* signaling_unittests — full system tests for the PeerConnection API.
* signaling_unittests — full system tests for the PeerConnection API.


=== Mochitests ===
=== Mochitests ===
Confirmed users
214

edits