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

21 lines
398 B
C
Raw Normal View History

#ifndef GXSTESTSTATS_H
#define GXSTESTSTATS_H
#include "genexchangetester.h"
class GxsTestStats : public GenExchangeTest {
public:
GxsTestStats(GenExchangeTestService* const testService,
RsGeneralDataService* dataService);
virtual ~GxsTestStats();
void runTests();
private:
void testGroupStatistics();
void testServiceStatistics();
};
#endif // GXSTESTSTATS_H