mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
init
This commit is contained in:
23
tests/utils/TestGroupGenerator.h
Normal file
23
tests/utils/TestGroupGenerator.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// Created by Stepan Usatiuk on 13.04.2023.
|
||||
//
|
||||
|
||||
#ifndef SEMBACKUP_TESTGROUPGENERATOR_H
|
||||
#define SEMBACKUP_TESTGROUPGENERATOR_H
|
||||
|
||||
#include <cassert>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
|
||||
#include "HelpfulAssert.h"
|
||||
#include "Runnable.h"
|
||||
#include "Test.h"
|
||||
#include "TestGroup.h"
|
||||
|
||||
class TestGroupGenerator {
|
||||
public:
|
||||
virtual std::unique_ptr<TestGroup> operator()() = 0;
|
||||
};
|
||||
|
||||
#endif//SEMBACKUP_TESTGROUPGENERATOR_H
|
||||
Reference in New Issue
Block a user