webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
webrtc::Fake Class Reference
Inheritance diagram for webrtc::Fake:
webrtc::FakeInterface rtc::RefCountInterface

Public Member Functions

 MOCK_METHOD0 (Destroy, void())
 
 MOCK_METHOD0 (VoidMethod0, void())
 
 MOCK_METHOD0 (Method0, std::string())
 
 MOCK_CONST_METHOD0 (ConstMethod0, std::string())
 
 MOCK_METHOD1 (Method1, std::string(std::string))
 
 MOCK_CONST_METHOD1 (ConstMethod1, std::string(std::string))
 
 MOCK_METHOD2 (Method2, std::string(std::string, std::string))
 
- Public Member Functions inherited from webrtc::FakeInterface
virtual void VoidMethod0 ()=0
 
virtual std::string Method0 ()=0
 
virtual std::string ConstMethod0 () const =0
 
virtual std::string Method1 (std::string s)=0
 
virtual std::string ConstMethod1 (std::string s) const =0
 
virtual std::string Method2 (std::string s1, std::string s2)=0
 
- Public Member Functions inherited from rtc::RefCountInterface
virtual int AddRef () const =0
 
virtual int Release () const =0
 
virtual int AddRef () const =0
 
virtual int Release () const =0
 

Static Public Member Functions

static rtc::scoped_refptr< FakeCreate ()
 

Protected Member Functions

 Fake ()
 
 ~Fake ()
 
- Protected Member Functions inherited from webrtc::FakeInterface
virtual ~FakeInterface ()
 
- Protected Member Functions inherited from rtc::RefCountInterface
virtual ~RefCountInterface ()
 
virtual ~RefCountInterface ()
 

Constructor & Destructor Documentation

◆ Fake()

webrtc::Fake::Fake ( )
inlineprotected

◆ ~Fake()

webrtc::Fake::~Fake ( )
inlineprotected

Member Function Documentation

◆ Create()

static rtc::scoped_refptr<Fake> webrtc::Fake::Create ( )
inlinestatic

◆ MOCK_CONST_METHOD0()

webrtc::Fake::MOCK_CONST_METHOD0 ( ConstMethod0  ,
std::string()   
)

◆ MOCK_CONST_METHOD1()

webrtc::Fake::MOCK_CONST_METHOD1 ( ConstMethod1  ,
std::string(std::string  
)

◆ MOCK_METHOD0() [1/3]

webrtc::Fake::MOCK_METHOD0 ( Destroy  ,
void()   
)

◆ MOCK_METHOD0() [2/3]

webrtc::Fake::MOCK_METHOD0 ( VoidMethod0  ,
void()   
)

◆ MOCK_METHOD0() [3/3]

webrtc::Fake::MOCK_METHOD0 ( Method0  ,
std::string()   
)

◆ MOCK_METHOD1()

webrtc::Fake::MOCK_METHOD1 ( Method1  ,
std::string(std::string  
)

◆ MOCK_METHOD2()

webrtc::Fake::MOCK_METHOD2 ( Method2  ,
std::string(std::string, std::string  
)

The documentation for this class was generated from the following file: