![]() |
ATLAS Offline Software
|
#include <TestDriver.h>
Public Member Functions | |
| TestDriver (const std::string &filename, pool::DbType storage_type) | |
| ~TestDriver () | |
| std::string | testWriting () |
| void | testReading (const std::string &testTypeID) |
| TestDriver () | |
| ~TestDriver () | |
| void | loadLibraries (const std::vector< std::string > &libraries) |
| void | testWriting () |
| void | testReading () |
| TestDriver () | |
| ~TestDriver () | |
| void | loadLibraries (const std::vector< std::string > &libraries) |
| void | testWriting () |
| void | testReadingParallelSameContainer () |
| TestDriver () | |
| ~TestDriver () | |
| void | loadLibraries (const std::vector< std::string > &libraries) |
| void | testWriting () |
| void | testParallelReadWrite () |
| void | testReading () |
| TestDriver () | |
| ~TestDriver () | |
| void | loadLibraries (const std::vector< std::string > &libraries) |
| void | testWriting () |
| void | testReading () |
Static Public Member Functions | |
| static void | loadLibraries (const std::vector< std::string > &libraries) |
Public Attributes | |
| std::string | m_filename = "BF.pool_test.root" |
| std::string | m_objContainerName = "MyObjContainer" |
| std::string | m_strContainerName = "MyString" |
| int | m_nObjects = 10 |
| bool | m_commitEveryRow = false |
Protected Attributes | |
| std::string | m_fileName |
| pool::DbType | m_storageType = pool::ROOTTREE_StorageType |
Definition at line 12 of file StorageSvc_AuxStore/TestDriver.h.
| TestDriver::TestDriver | ( | const std::string & | filename, |
| pool::DbType | storage_type ) |
| TestDriver::~TestDriver | ( | ) |
| TestDriver::TestDriver | ( | ) |
| TestDriver::~TestDriver | ( | ) |
| TestDriver::TestDriver | ( | ) |
| TestDriver::~TestDriver | ( | ) |
| TestDriver::TestDriver | ( | ) |
| TestDriver::~TestDriver | ( | ) |
| TestDriver::TestDriver | ( | ) |
| TestDriver::~TestDriver | ( | ) |
|
static |
| void TestDriver::loadLibraries | ( | const std::vector< std::string > & | libraries | ) |
| void TestDriver::loadLibraries | ( | const std::vector< std::string > & | libraries | ) |
| void TestDriver::loadLibraries | ( | const std::vector< std::string > & | libraries | ) |
| void TestDriver::loadLibraries | ( | const std::vector< std::string > & | libraries | ) |
| void TestDriver::testParallelReadWrite | ( | ) |
| void TestDriver::testReading | ( | ) |
| void TestDriver::testReading | ( | ) |
| void TestDriver::testReading | ( | ) |
| void TestDriver::testReading | ( | const std::string & | testTypeID | ) |
| void TestDriver::testReadingParallelSameContainer | ( | ) |
| std::string TestDriver::testWriting | ( | ) |
| void TestDriver::testWriting | ( | ) |
| void TestDriver::testWriting | ( | ) |
| void TestDriver::testWriting | ( | ) |
| void TestDriver::testWriting | ( | ) |
| bool TestDriver::m_commitEveryRow = false |
Definition at line 28 of file StorageSvc_BasicFunctionality/TestDriver.h.
|
protected |
Definition at line 24 of file StorageSvc_AuxStore/TestDriver.h.
| std::string TestDriver::m_filename = "BF.pool_test.root" |
Definition at line 22 of file StorageSvc_BasicFunctionality/TestDriver.h.
| int TestDriver::m_nObjects = 10 |
Definition at line 25 of file StorageSvc_BasicFunctionality/TestDriver.h.
| std::string TestDriver::m_objContainerName = "MyObjContainer" |
Definition at line 23 of file StorageSvc_BasicFunctionality/TestDriver.h.
|
protected |
Definition at line 25 of file StorageSvc_AuxStore/TestDriver.h.
| std::string TestDriver::m_strContainerName = "MyString" |
Definition at line 24 of file StorageSvc_BasicFunctionality/TestDriver.h.