Media/WebRTC/Testing: Difference between revisions

From MozillaWiki
< Media‎ | WebRTC
Jump to navigation Jump to search
Line 12: Line 12:
framework. These tests live in two locations:
framework. These tests live in two locations:


{
{|
|media/mtransport || the mtransport generic transport subsystem and associated utilities
|media/mtransport || the mtransport generic transport subsystem and associated utilities
|media/webrtc/signaling/test || the signaling system and the media handling system
|media/webrtc/signaling/test || the signaling system and the media handling system
}
|}

Revision as of 21:24, 28 April 2013

WebRTC Test System

We currently test WebRTC with two sets of tests:

  • Standalone C++ unit and system tests.
  • Full system mochitests.


C++ Unit Tests

The WebRTC code has extensive C++ unit and system tests based on the [| Google Test] framework. These tests live in two locations:

media/mtransport the mtransport generic transport subsystem and associated utilities media/webrtc/signaling/test the signaling system and the media handling system