Definition at line 68 of file TestBase.h.
◆ createPredictableBatch()
static Batch ripple::NodeStore::TestBase::createPredictableBatch |
( |
int |
numObjects, |
|
|
std::uint64_t |
seed |
|
) |
| |
|
static |
◆ areBatchesEqual()
static bool ripple::NodeStore::TestBase::areBatchesEqual |
( |
Batch const & |
lhs, |
|
|
Batch const & |
rhs |
|
) |
| |
|
static |
◆ storeBatch() [1/2]
void ripple::NodeStore::TestBase::storeBatch |
( |
Backend & |
backend, |
|
|
Batch const & |
batch |
|
) |
| |
◆ fetchCopyOfBatch() [1/2]
void ripple::NodeStore::TestBase::fetchCopyOfBatch |
( |
Backend & |
backend, |
|
|
Batch * |
pCopy, |
|
|
Batch const & |
batch |
|
) |
| |
◆ fetchMissing()
void ripple::NodeStore::TestBase::fetchMissing |
( |
Backend & |
backend, |
|
|
Batch const & |
batch |
|
) |
| |
◆ storeBatch() [2/2]
static void ripple::NodeStore::TestBase::storeBatch |
( |
Database & |
db, |
|
|
Batch const & |
batch |
|
) |
| |
|
static |
◆ fetchCopyOfBatch() [2/2]
static void ripple::NodeStore::TestBase::fetchCopyOfBatch |
( |
Database & |
db, |
|
|
Batch * |
pCopy, |
|
|
Batch const & |
batch |
|
) |
| |
|
static |
◆ minPayloadBytes
const std::size_t ripple::NodeStore::TestBase::minPayloadBytes = 1 |
|
static |
◆ maxPayloadBytes
const std::size_t ripple::NodeStore::TestBase::maxPayloadBytes = 2000 |
|
static |
◆ numObjectsToTest
const int ripple::NodeStore::TestBase::numObjectsToTest = 2000 |
|
static |