ATLAS Offline Software
Loading...
Searching...
No Matches
StorageSvc_BasicFunctionality/TestDriver.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TESTDRIVER_H
6#define TESTDRIVER_H
7
8#include "StorageSvc/DbType.h"
9
10#include <vector>
11#include <string>
12
13class TestDriver {
14public:
17 void loadLibraries( const std::vector<std::string>& libraries );
20
21 // default values for this test
22 std::string m_filename = "BF.pool_test.root";
23 std::string m_objContainerName = "MyObjContainer";
24 std::string m_strContainerName = "MyString";
25 int m_nObjects = 10;
26
28 bool m_commitEveryRow = false;
29
30};
31
32#endif
void testWriting()
void testReading()
void loadLibraries(const std::vector< std::string > &libraries)
static const DbType ROOTTREE_StorageType
Definition DbType.h:101