Files
backup/tests/CLITestWrapper.h
2023-06-02 12:51:08 +02:00

16 lines
313 B
C++

//
// Created by Stepan Usatiuk on 10.05.2023.
//
#ifndef SEMBACKUP_CLITESTWRAPPER_H
#define SEMBACKUP_CLITESTWRAPPER_H
#include "utils/TestGroupGenerator.h"
class CLITestWrapper : public TestGroupGenerator {
public:
std::unique_ptr<TestGroup> operator()() override;
};
#endif//SEMBACKUP_CLITESTWRAPPER_H