proxygen
MockHandler.h File Reference
#include <folly/MoveWrapper.h>
#include <gmock/gmock.h>
#include <wangle/channel/Handler.h>

Go to the source code of this file.

Classes

class  wangle::MockHandler< Rin, Rout, Win, Wout >
 
class  wangle::MockBytesToBytesHandler
 

Namespaces

 wangle
 

Typedefs

template<class R , class W = R>
using wangle::MockHandlerAdapter = MockHandler< R, R, W, W >