MongoTestHelper Class Reference

Helper class for using MongoDB in tests. More...

#include <MemoryX/core/MongoTestHelper.h>

Public Member Functions

 MongoTestHelper ()
 
void startMongo ()
 
void stopMongo ()
 
 ~MongoTestHelper ()
 

Protected Member Functions

void exec (const std::string &command)
 

Protected Attributes

armarx::CMakePackageFinder cmake
 

Detailed Description

Helper class for using MongoDB in tests.

Definition at line 35 of file MongoTestHelper.h.

Constructor & Destructor Documentation

◆ MongoTestHelper()

MongoTestHelper ( )
inline

Definition at line 38 of file MongoTestHelper.h.

+ Here is the call graph for this function:

◆ ~MongoTestHelper()

~MongoTestHelper ( )
inline

Definition at line 45 of file MongoTestHelper.h.

Member Function Documentation

◆ exec()

void exec ( const std::string &  command)
inlineprotected

Definition at line 69 of file MongoTestHelper.h.

+ Here is the caller graph for this function:

◆ startMongo()

void startMongo ( )
inline

Definition at line 50 of file MongoTestHelper.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stopMongo()

void stopMongo ( )
inline

Definition at line 59 of file MongoTestHelper.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ cmake

armarx::CMakePackageFinder cmake
protected

Definition at line 78 of file MongoTestHelper.h.


The documentation for this class was generated from the following file: