RetroShare/tests/unittests/libretroshare/gxs/gen_exchange/gxsteststats.cpp
chrisparker126 be20086e09 adding new test for stats feature
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7460 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-07-19 21:26:45 +00:00

26 lines
418 B
C++

#include "gxsteststats.h"
#define POLLING_TIME_OUT 5
GxsTestStats::GxsTestStats(GenExchangeTestService *const testService, RsGeneralDataService *dataService)
: GenExchangeTest(testService, dataService, POLLING_TIME_OUT){
}
GxsTestStats::~GxsTestStats()
{
}
void GxsTestStats::runTests()
{
testGroupStatistics();
}
void GxsTestStats::testGroupStatistics()
{
}
void GxsTestStats::testServiceStatistics()
{
}