webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Functions
portallocator_unittest.cc File Reference
#include <memory>
#include "webrtc/base/gunit.h"
#include "webrtc/base/thread.h"
#include "webrtc/p2p/base/fakeportallocator.h"
#include "webrtc/p2p/base/portallocator.h"

Classes

class  PortAllocatorTest
 

Functions

 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)
 

Function Documentation

◆ TEST_F() [1/13]

TEST_F ( PortAllocatorTest  ,
TestDefaults   
)

◆ TEST_F() [2/13]

TEST_F ( PortAllocatorTest  ,
CreateSession   
)

◆ TEST_F() [3/13]

TEST_F ( PortAllocatorTest  ,
SetConfigurationUpdatesIceServers   
)

◆ TEST_F() [4/13]

TEST_F ( PortAllocatorTest  ,
SetConfigurationUpdatesCandidatePoolSize   
)

◆ TEST_F() [5/13]

TEST_F ( PortAllocatorTest  ,
SetConfigurationWithNegativePoolSizeFails   
)

◆ TEST_F() [6/13]

TEST_F ( PortAllocatorTest  ,
SetConfigurationCreatesPooledSessions   
)

◆ TEST_F() [7/13]

TEST_F ( PortAllocatorTest  ,
SetConfigurationCreatesMorePooledSessions   
)

◆ TEST_F() [8/13]

TEST_F ( PortAllocatorTest  ,
SetConfigurationDestroysPooledSessions   
)

◆ TEST_F() [9/13]

TEST_F ( PortAllocatorTest  ,
CantChangePoolSizeAfterTakePooledSession   
)

◆ TEST_F() [10/13]

TEST_F ( PortAllocatorTest  ,
SetConfigurationRecreatesPooledSessionsWhenIceServersChange   
)

◆ TEST_F() [11/13]

TEST_F ( PortAllocatorTest  ,
GetPooledSessionReturnsNextSession   
)

◆ TEST_F() [12/13]

TEST_F ( PortAllocatorTest  ,
TakePooledSessionUpdatesIceParameters   
)

◆ TEST_F() [13/13]

TEST_F ( PortAllocatorTest  ,
TakePooledSessionUpdatesCandidateFilter   
)