NOISSUE Add a skeleton of the wonko system
This commit is contained in:
parent
5ae3b2c114
commit
00e5968bd2
53 changed files with 2632 additions and 32 deletions
15
tests/tst_BaseWonkoEntityLocalLoadTask.cpp
Normal file
15
tests/tst_BaseWonkoEntityLocalLoadTask.cpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
#include <QTest>
|
||||
#include "TestUtil.h"
|
||||
|
||||
#include "wonko/tasks/BaseWonkoEntityLocalLoadTask.h"
|
||||
|
||||
class BaseWonkoEntityLocalLoadTaskTest : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
private
|
||||
slots:
|
||||
};
|
||||
|
||||
QTEST_GUILESS_MAIN(BaseWonkoEntityLocalLoadTaskTest)
|
||||
|
||||
#include "tst_BaseWonkoEntityLocalLoadTask.moc"
|
Loading…
Add table
Add a link
Reference in a new issue