httpmockserver
|
#include <gtest/gtest.h>
#include <type_traits>
#include "mock_server.h"
#include "mock_holder.h"
#include "port_searcher.h"
Go to the source code of this file.
Classes | |
class | httpmock::TestEnvironment< HTTPMock > |
Namespaces | |
httpmock | |
Functions | |
template<typename HTTPMock > | |
::testing::Environment * | httpmock::createMockServerEnvironment (unsigned startPort=8080, unsigned tryCount=1000) |
Test environemt extensions for GTests.
Linker dependencies: -lgtest