httpmockserver
Public Member Functions | List of all members
httpmock::IMockServer Class Referenceabstract

#include <mock_server.h>

Inheritance diagram for httpmock::IMockServer:
Inheritance graph
[legend]

Public Member Functions

virtual ~IMockServer ()=0
 
virtual void start ()=0
 Allow to start the server. More...
 
virtual void stop ()=0
 Allow to stop the server. More...
 
virtual bool isRunning () const =0
 Return true if server is running. More...
 

Constructor & Destructor Documentation

◆ ~IMockServer()

httpmock::IMockServer::~IMockServer ( )
pure virtualdefault

Member Function Documentation

◆ isRunning()

virtual bool httpmock::IMockServer::isRunning ( ) const
pure virtual

Return true if server is running.

Implemented in httpmock::MockServer, and httpmock::MockServerHolder.

◆ start()

virtual void httpmock::IMockServer::start ( )
pure virtual

Allow to start the server.

Implemented in httpmock::MockServer, and httpmock::MockServerHolder.

◆ stop()

virtual void httpmock::IMockServer::stop ( )
pure virtual

Allow to stop the server.

Implemented in httpmock::MockServer, and httpmock::MockServerHolder.


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