Heart/HeartTests/DataBaseSpace/basetestutils.h
2022-03-03 19:01:19 +03:00

27 lines
488 B
C++

/*
* Copyright (C) 2018-2022 QuasarApp.
* Distributed under the lgplv3 software license, see the accompanying
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.
*/
#ifndef BASETESTUTILS_H
#define BASETESTUTILS_H
#include <testutils.h>
namespace QH {
class DataBaseNode;
class NodeId;
}
class BaseTestUtils: public TestUtils
{
public:
BaseTestUtils();
~BaseTestUtils();
};
#endif // BASETESTUTILS_H