Storage Engine API
mongo::ValidateTest Class Reference

#include <record_store_test_validate.h>

Inheritance diagram for mongo::ValidateTest:

Public Member Functions

 ValidateTest ()
 
ServiceContext::UniqueOperationContext newOperationContext ()
 
RecordStoregetRecordStore ()
 
const std::set< std::string > & getInsertedRecords ()
 
void setUp ()
 

Private Attributes

std::unique_ptr< RecordStoreHarnessHelper_harnessHelper
 
std::unique_ptr< RecordStore_rs
 
std::set< std::string > _remain
 

Constructor & Destructor Documentation

◆ ValidateTest()

mongo::ValidateTest::ValidateTest ( )
inline

Member Function Documentation

◆ getInsertedRecords()

const std::set<std::string>& mongo::ValidateTest::getInsertedRecords ( )
inline

◆ getRecordStore()

RecordStore& mongo::ValidateTest::getRecordStore ( )
inline

◆ newOperationContext()

ServiceContext::UniqueOperationContext mongo::ValidateTest::newOperationContext ( )
inline

◆ setUp()

void mongo::ValidateTest::setUp ( )
inline

Member Data Documentation

◆ _harnessHelper

std::unique_ptr<RecordStoreHarnessHelper> mongo::ValidateTest::_harnessHelper
private

◆ _remain

std::set<std::string> mongo::ValidateTest::_remain
private

◆ _rs

std::unique_ptr<RecordStore> mongo::ValidateTest::_rs
private

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