Patronum/Tests/testutils.h
2020-05-07 16:08:56 +03:00

15 lines
187 B
C++

#ifndef TESTUTILS_H
#define TESTUTILS_H
#include <patronum.h>
class TestUtils
{
public:
TestUtils();
static bool wait(const bool &forWait, int msec);
};
#endif // TESTUTILS_H