13 lines
198 B
C++
13 lines
198 B
C++
#include <gmock/gmock.h>
|
|
|
|
#include <rublon/method/method_select.hpp>
|
|
|
|
using namespace rublon;
|
|
using namespace testing;
|
|
|
|
class MethodSelectTests : public Test {
|
|
public:
|
|
|
|
PostMethod sut;
|
|
};
|