Preparations for unit tests
This commit is contained in:
9
test/cpputilstestutils.cpp
Normal file
9
test/cpputilstestutils.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "cpputilstestutils.h"
|
||||
|
||||
namespace QTest {
|
||||
template<>
|
||||
char *toString(const std::string &str)
|
||||
{
|
||||
return ::QTest::toString(QString::fromStdString(str));
|
||||
}
|
||||
} // namespace QTest
|
||||
Reference in New Issue
Block a user