mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
Added framework for testing a pair of GXS services.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7272 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6be4a464a5
commit
23f6c405c8
6 changed files with 279 additions and 1 deletions
|
@ -0,0 +1,23 @@
|
|||
#pragma once
|
||||
|
||||
// from librssimulator
|
||||
#include "testing/SetServiceTester.h"
|
||||
|
||||
class GxsPeerNode;
|
||||
|
||||
class GxsPairServiceTester: public SetServiceTester
|
||||
{
|
||||
public:
|
||||
|
||||
GxsPairServiceTester(const RsPeerId &peerId1, const RsPeerId &peerId2, int testMode);
|
||||
~GxsPairServiceTester();
|
||||
|
||||
void createGroup(const RsPeerId &id, const std::string &name);
|
||||
|
||||
GxsPeerNode *getGxsPeerNode(const RsPeerId &id);
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue