#include <memory>
#include "webrtc/base/fakenetwork.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/physicalsocketserver.h"
#include "webrtc/base/virtualsocketserver.h"
#include "webrtc/media/base/fakemediaengine.h"
#include "webrtc/ortc/ortcfactory.h"
#include "webrtc/ortc/testrtpparameters.h"
#include "webrtc/p2p/base/fakepackettransport.h"
|
| webrtc::TEST_F (OrtcFactoryTest, CanCreateMultipleRtpTransportControllers) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateRtpTransportWithAndWithoutMux) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateRtpTransportGeneratesCname) |
|
| webrtc::TEST_F (OrtcFactoryTest, MultipleRtpTransportsUseSameGeneratedCname) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateRtpTransportWithNoPacketTransport) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateRtpTransportWithMissingRtcpTransport) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateRtpTransportWithExtraneousRtcpTransport) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateUdpTransport) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateUdpTransportWithPortRange) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateUdpTransportWithInvalidAddressFamily) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateUdpTransportWithInvalidPortRange) |
|
| webrtc::TEST_F (OrtcFactoryTest, GetSenderAndReceiverCapabilities) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateSenderWithNullTrack) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateSenderOrReceieverWithInvalidKind) |
|
| webrtc::TEST_F (OrtcFactoryTest, CreateSendersOrReceieversWithNullTransport) |
|