Patronum/Tests/testutils.h

15 lines
187 B
C
Raw Normal View History

2020-05-06 23:23:46 +03:00
#ifndef TESTUTILS_H
#define TESTUTILS_H
#include <patronum.h>
class TestUtils
{
public:
TestUtils();
static bool wait(const bool &forWait, int msec);
};
#endif // TESTUTILS_H