|
| SociDB_test () |
|
| ~SociDB_test () |
|
void | testSQLiteFileNames () |
|
void | testSQLiteSession () |
|
void | testSQLiteSelect () |
|
void | testSQLiteDeleteWithSubselect () |
|
void | run () override |
|
template<class S , class T > |
bool | expectEquals (S actual, T expected, std::string const &message="") |
|
template<class S , class T > |
bool | expectNotEquals (S actual, T expected, std::string const &message="") |
|
template<class Collection > |
bool | expectCollectionEquals (Collection const &actual, Collection const &expected, std::string const &message="") |
|
template<class Exception , class Functor > |
bool | expectException (Functor f, std::string const &message="") |
|
template<class Functor > |
bool | expectException (Functor f, std::string const &message="") |
|
Definition at line 29 of file SociDB_test.cpp.
◆ SociDB_test()
ripple::SociDB_test::SociDB_test |
( |
| ) |
|
◆ ~SociDB_test()
ripple::SociDB_test::~SociDB_test |
( |
| ) |
|
◆ setupSQLiteConfig()
static void ripple::SociDB_test::setupSQLiteConfig |
( |
BasicConfig & |
config, |
|
|
boost::filesystem::path const & |
dbPath |
|
) |
| |
|
staticprivate |
◆ cleanupDatabaseDir()
static void ripple::SociDB_test::cleanupDatabaseDir |
( |
boost::filesystem::path const & |
dbPath | ) |
|
|
staticprivate |
◆ setupDatabaseDir()
static void ripple::SociDB_test::setupDatabaseDir |
( |
boost::filesystem::path const & |
dbPath | ) |
|
|
staticprivate |
◆ getDatabasePath()
static boost::filesystem::path ripple::SociDB_test::getDatabasePath |
( |
| ) |
|
|
staticprivate |
◆ testSQLiteFileNames()
void ripple::SociDB_test::testSQLiteFileNames |
( |
| ) |
|
◆ testSQLiteSession()
void ripple::SociDB_test::testSQLiteSession |
( |
| ) |
|
◆ testSQLiteSelect()
void ripple::SociDB_test::testSQLiteSelect |
( |
| ) |
|
◆ testSQLiteDeleteWithSubselect()
void ripple::SociDB_test::testSQLiteDeleteWithSubselect |
( |
| ) |
|
◆ run()
void ripple::SociDB_test::run |
( |
| ) |
|
|
override |
◆ expectEquals()
template<class S , class T >
bool ripple::TestSuite::expectEquals |
( |
S |
actual, |
|
|
T |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectNotEquals()
template<class S , class T >
bool ripple::TestSuite::expectNotEquals |
( |
S |
actual, |
|
|
T |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectCollectionEquals()
template<class Collection >
bool ripple::TestSuite::expectCollectionEquals |
( |
Collection const & |
actual, |
|
|
Collection const & |
expected, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectException() [1/2]
template<class Exception , class Functor >
bool ripple::TestSuite::expectException |
( |
Functor |
f, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ expectException() [2/2]
template<class Functor >
bool ripple::TestSuite::expectException |
( |
Functor |
f, |
|
|
std::string const & |
message = "" |
|
) |
| |
|
inherited |
◆ addPrefix()