Skip to content
Snippets Groups Projects
Commit d917b41b authored by Steven Murray's avatar Steven Murray
Browse files

Added TestingMockClientAPI

parent 15c98ddc
No related branches found
No related tags found
No related merge requests found
#pragma once
#include "MockClientAPI.hpp"
namespace cta {
class TestingMockClientAPI: public MockClientAPI {
public:
using MockClientAPI::getEnclosingDirPath;
}; // class TestingMockClientAPI
} // namespace cta
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment