Mock siad
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
|
||||
using namespace Sia::Api;
|
||||
|
||||
enum class SiadTestType
|
||||
{
|
||||
UploadFile
|
||||
};
|
||||
|
||||
class CMockSiad
|
||||
{
|
||||
public:
|
||||
@@ -16,7 +21,7 @@ private:
|
||||
std::unique_ptr<std::thread> _serverThread;
|
||||
|
||||
public:
|
||||
void Start();
|
||||
void Start(const SiadTestType& testType);
|
||||
void Stop();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user