Heart/HeartTests/DataBaseSpace/basetestutils.h

19 lines
246 B
C
Raw Normal View History

2020-09-15 21:16:35 +03:00
#ifndef BASETESTUTILS_H
#define BASETESTUTILS_H
#include <testutils.h>
namespace NP {
class DataBaseNode;
class BaseId;
}
class BaseTestUtils: public TestUtils
{
public:
BaseTestUtils();
~BaseTestUtils();
};
#endif // BASETESTUTILS_H