#include <memory>
#include "webrtc/base/gunit.h"
#include "webrtc/base/thread.h"
#include "webrtc/p2p/base/fakeportallocator.h"
#include "webrtc/p2p/base/portallocator.h"
|
| TEST_F (PortAllocatorTest, TestDefaults) |
|
| TEST_F (PortAllocatorTest, CreateSession) |
|
| TEST_F (PortAllocatorTest, SetConfigurationUpdatesIceServers) |
|
| TEST_F (PortAllocatorTest, SetConfigurationUpdatesCandidatePoolSize) |
|
| TEST_F (PortAllocatorTest, SetConfigurationWithNegativePoolSizeFails) |
|
| TEST_F (PortAllocatorTest, SetConfigurationCreatesPooledSessions) |
|
| TEST_F (PortAllocatorTest, SetConfigurationCreatesMorePooledSessions) |
|
| TEST_F (PortAllocatorTest, SetConfigurationDestroysPooledSessions) |
|
| TEST_F (PortAllocatorTest, CantChangePoolSizeAfterTakePooledSession) |
|
| TEST_F (PortAllocatorTest, SetConfigurationRecreatesPooledSessionsWhenIceServersChange) |
|
| TEST_F (PortAllocatorTest, GetPooledSessionReturnsNextSession) |
|
| TEST_F (PortAllocatorTest, TakePooledSessionUpdatesIceParameters) |
|
| TEST_F (PortAllocatorTest, TakePooledSessionUpdatesCandidateFilter) |
|
◆ TEST_F() [1/13]
◆ TEST_F() [2/13]
◆ TEST_F() [3/13]
◆ TEST_F() [4/13]
◆ TEST_F() [5/13]
◆ TEST_F() [6/13]
◆ TEST_F() [7/13]
◆ TEST_F() [8/13]
◆ TEST_F() [9/13]
◆ TEST_F() [10/13]
TEST_F |
( |
PortAllocatorTest |
, |
|
|
SetConfigurationRecreatesPooledSessionsWhenIceServersChange |
|
|
) |
| |
◆ TEST_F() [11/13]
◆ TEST_F() [12/13]
◆ TEST_F() [13/13]