RetroShare/tests/unittests/libretroshare/gxs/gen_exchange/gxsteststats.cpp

26 lines
418 B
C++
Raw Normal View History

#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()
{
}