ledger-core
Public Member Functions | List of all members
MockApiWebSocketClient Class Reference
+ Inheritance diagram for MockApiWebSocketClient:
+ Collaboration diagram for MockApiWebSocketClient:

Public Member Functions

 MOCK_METHOD2 (connect, void(const std::string &url, const std::shared_ptr< api::WebSocketConnection > &connection))
 
 MOCK_METHOD2 (send, void(const std::shared_ptr< api::WebSocketConnection > &connection, const std::string &data))
 
 MOCK_METHOD1 (disconnect, void(const std::shared_ptr< api::WebSocketConnection > &connection))
 
- Public Member Functions inherited from ledger::core::api::WebSocketClient
virtual void connect (const std::string &url, const std::shared_ptr< WebSocketConnection > &connection)=0
 
virtual void send (const std::shared_ptr< WebSocketConnection > &connection, const std::string &data)=0
 
virtual void disconnect (const std::shared_ptr< WebSocketConnection > &connection)=0
 

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