Definition at line 34 of file Database_test.cpp.
◆ Database_test()
ripple::NodeStore::Database_test::Database_test |
( |
| ) |
|
◆ testConfig()
void ripple::NodeStore::Database_test::testConfig |
( |
| ) |
|
◆ testImport()
◆ testNodeStore()
void ripple::NodeStore::Database_test::testNodeStore |
( |
std::string const & |
type, |
|
|
bool const |
testPersistence, |
|
|
std::int64_t const |
seedValue, |
|
|
int |
numObjsToTest = 2000 |
|
) |
| |
◆ run()
void ripple::NodeStore::Database_test::run |
( |
| ) |
|
|
override |
◆ createPredictableBatch()
static Batch ripple::NodeStore::TestBase::createPredictableBatch |
( |
int |
numObjects, |
|
|
std::uint64_t |
seed |
|
) |
| |
|
staticinherited |
◆ areBatchesEqual()
static bool ripple::NodeStore::TestBase::areBatchesEqual |
( |
Batch const & |
lhs, |
|
|
Batch const & |
rhs |
|
) |
| |
|
staticinherited |
◆ storeBatch() [1/2]
void ripple::NodeStore::TestBase::storeBatch |
( |
Backend & |
backend, |
|
|
Batch const & |
batch |
|
) |
| |
|
inherited |
◆ storeBatch() [2/2]
static void ripple::NodeStore::TestBase::storeBatch |
( |
Database & |
db, |
|
|
Batch const & |
batch |
|
) |
| |
|
staticinherited |
◆ fetchCopyOfBatch() [1/2]
void ripple::NodeStore::TestBase::fetchCopyOfBatch |
( |
Backend & |
backend, |
|
|
Batch * |
pCopy, |
|
|
Batch const & |
batch |
|
) |
| |
|
inherited |
◆ fetchCopyOfBatch() [2/2]
static void ripple::NodeStore::TestBase::fetchCopyOfBatch |
( |
Database & |
db, |
|
|
Batch * |
pCopy, |
|
|
Batch const & |
batch |
|
) |
| |
|
staticinherited |
◆ fetchMissing()
void ripple::NodeStore::TestBase::fetchMissing |
( |
Backend & |
backend, |
|
|
Batch const & |
batch |
|
) |
| |
|
inherited |
◆ journal_
◆ minPayloadBytes
const std::size_t ripple::NodeStore::TestBase::minPayloadBytes = 1 |
|
staticinherited |
◆ maxPayloadBytes
const std::size_t ripple::NodeStore::TestBase::maxPayloadBytes = 2000 |
|
staticinherited |
◆ numObjectsToTest
const int ripple::NodeStore::TestBase::numObjectsToTest = 2000 |
|
staticinherited |