TwiceAsNice  2019-02-18
Public Member Functions | Private Member Functions | Private Attributes | List of all members
mpia::WebSocketFactoryFake Class Reference

#include <WebSocketFactoryFake.h>

Inheritance diagram for mpia::WebSocketFactoryFake:
Inheritance graph
Collaboration diagram for mpia::WebSocketFactoryFake:
Collaboration graph

Public Member Functions

 WebSocketFactoryFake ()
 
virtual Basda::WebSocketPtr buildWebSocket (const WebSocketConfig &c)
 
unsigned getInvocationCount_buildWebSocket ()
 
WebSocketConfig getLatestArgument_buildWebSocket ()
 
void setResult_buildWebSocket (Basda::WebSocketPtr sock)
 
void setResults_buildWebSocket (const WebSocketSeq &seq)
 
void throwsExceptionAtAllInvocations ()
 
- Public Member Functions inherited from Basda::WebSocketFactory
virtual ~WebSocketFactory ()
 
virtual ~WebSocketFactory ()
 
virtual ~WebSocketFactory ()
 

Private Member Functions

void throwExceptionIfRequested ()
 

Private Attributes

WebSocketConfig latestArg_buildWebSocket_
 
WebSocketSeq result_buildWebSocket_
 
bool throwExceptionRequested_
 
unsigned invocationCount_buildWebSocket_
 

Constructor & Destructor Documentation

◆ WebSocketFactoryFake()

mpia::WebSocketFactoryFake::WebSocketFactoryFake ( )
inline

Member Function Documentation

◆ buildWebSocket()

virtual Basda::WebSocketPtr mpia::WebSocketFactoryFake::buildWebSocket ( const WebSocketConfig c)
inlinevirtual
Note
overridden

Implements Basda::WebSocketFactory.

◆ getInvocationCount_buildWebSocket()

unsigned mpia::WebSocketFactoryFake::getInvocationCount_buildWebSocket ( )
inline

◆ getLatestArgument_buildWebSocket()

WebSocketConfig mpia::WebSocketFactoryFake::getLatestArgument_buildWebSocket ( )
inline

◆ setResult_buildWebSocket()

void mpia::WebSocketFactoryFake::setResult_buildWebSocket ( Basda::WebSocketPtr  sock)
inline

◆ setResults_buildWebSocket()

void mpia::WebSocketFactoryFake::setResults_buildWebSocket ( const WebSocketSeq seq)
inline

◆ throwExceptionIfRequested()

void mpia::WebSocketFactoryFake::throwExceptionIfRequested ( )
inlineprivate

◆ throwsExceptionAtAllInvocations()

void mpia::WebSocketFactoryFake::throwsExceptionAtAllInvocations ( )
inline

Member Data Documentation

◆ invocationCount_buildWebSocket_

unsigned mpia::WebSocketFactoryFake::invocationCount_buildWebSocket_
private

◆ latestArg_buildWebSocket_

WebSocketConfig mpia::WebSocketFactoryFake::latestArg_buildWebSocket_
private

◆ result_buildWebSocket_

WebSocketSeq mpia::WebSocketFactoryFake::result_buildWebSocket_
private

◆ throwExceptionRequested_

bool mpia::WebSocketFactoryFake::throwExceptionRequested_
private

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