#include "webrtc/api/proxy.h"
#include <memory>
#include <string>
#include "webrtc/base/gunit.h"
#include "webrtc/base/refcount.h"
#include "webrtc/base/thread.h"
#include "webrtc/test/gmock.h"
|
| | webrtc::TEST_F (SignalingProxyTest, SignalingThreadDestructor) |
| |
| | webrtc::TEST_F (SignalingProxyTest, VoidMethod0) |
| |
| | webrtc::TEST_F (SignalingProxyTest, Method0) |
| |
| | webrtc::TEST_F (SignalingProxyTest, ConstMethod0) |
| |
| | webrtc::TEST_F (SignalingProxyTest, Method1) |
| |
| | webrtc::TEST_F (SignalingProxyTest, ConstMethod1) |
| |
| | webrtc::TEST_F (SignalingProxyTest, Method2) |
| |
| | webrtc::TEST_F (ProxyTest, WorkerThreadDestructor) |
| |
| | webrtc::TEST_F (ProxyTest, VoidMethod0) |
| |
| | webrtc::TEST_F (ProxyTest, Method0) |
| |
| | webrtc::TEST_F (ProxyTest, ConstMethod0) |
| |
| | webrtc::TEST_F (ProxyTest, WorkerMethod1) |
| |
| | webrtc::TEST_F (ProxyTest, ConstMethod1) |
| |
| | webrtc::TEST_F (ProxyTest, WorkerMethod2) |
| |
| | webrtc::TEST_F (OwnedProxyTest, BasicTest) |
| |
◆ FakeProxy
| #define FakeProxy FakeSignalingProxy |
◆ FakeProxyWithInternal
| #define FakeProxyWithInternal FakeSignalingProxyWithInternal |