webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
dtmfsender_unittest.cc File Reference
#include "webrtc/pc/dtmfsender.h"
#include <memory>
#include <set>
#include <string>
#include <vector>
#include "webrtc/base/fakeclock.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/pc/audiotrack.h"

Classes

class  FakeDtmfObserver
 
class  FakeDtmfProvider
 
struct  FakeDtmfProvider::DtmfInfo
 
class  DtmfSenderTest
 

Functions

 TEST_F (DtmfSenderTest, CanInsertDtmf)
 
 TEST_F (DtmfSenderTest, InsertDtmf)
 
 TEST_F (DtmfSenderTest, InsertDtmfTwice)
 
 TEST_F (DtmfSenderTest, InsertDtmfWhileProviderIsDeleted)
 
 TEST_F (DtmfSenderTest, InsertDtmfWhileSenderIsDeleted)
 
 TEST_F (DtmfSenderTest, InsertEmptyTonesToCancelPreviousTask)
 
 TEST_F (DtmfSenderTest, InsertDtmfWithCommaAsDelay)
 
 TEST_F (DtmfSenderTest, TryInsertDtmfWhenItDoesNotWork)
 
 TEST_F (DtmfSenderTest, InsertDtmfWithInvalidDurationOrGap)
 

Function Documentation

◆ TEST_F() [1/9]

TEST_F ( DtmfSenderTest  ,
CanInsertDtmf   
)

◆ TEST_F() [2/9]

TEST_F ( DtmfSenderTest  ,
InsertDtmf   
)

◆ TEST_F() [3/9]

TEST_F ( DtmfSenderTest  ,
InsertDtmfTwice   
)

◆ TEST_F() [4/9]

TEST_F ( DtmfSenderTest  ,
InsertDtmfWhileProviderIsDeleted   
)

◆ TEST_F() [5/9]

TEST_F ( DtmfSenderTest  ,
InsertDtmfWhileSenderIsDeleted   
)

◆ TEST_F() [6/9]

TEST_F ( DtmfSenderTest  ,
InsertEmptyTonesToCancelPreviousTask   
)

◆ TEST_F() [7/9]

TEST_F ( DtmfSenderTest  ,
InsertDtmfWithCommaAsDelay   
)

◆ TEST_F() [8/9]

TEST_F ( DtmfSenderTest  ,
TryInsertDtmfWhenItDoesNotWork   
)

◆ TEST_F() [9/9]

TEST_F ( DtmfSenderTest  ,
InsertDtmfWithInvalidDurationOrGap   
)