mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
16 lines
307 B
C++
16 lines
307 B
C++
#ifndef FAKE_INVOCATION_CONTEXT_HPP
|
|
#define FAKE_INVOCATION_CONTEXT_HPP
|
|
|
|
#include "webfuse/provider/impl/provider.h"
|
|
#include "webfuse/mocks/mock_provider.hpp"
|
|
|
|
namespace webfuse_test
|
|
{
|
|
|
|
wfp_impl_invokation_context create_context(
|
|
MockProvider& provider,
|
|
wfp_request * request = nullptr);
|
|
|
|
}
|
|
|
|
#endif |