httpmockserver
Namespaces | Functions
port_searcher.h File Reference
#include <memory>
#include <stdexcept>
Include dependency graph for port_searcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 httpmock
 

Functions

template<typename HTTPMock >
std::unique_ptr< MockServer > httpmock::getFirstRunningMockServer (unsigned port=8080, unsigned tryCount=1000)
 

Detailed Description

Implementation of searching for free port of the MockServer heir.