ATLAS Offline Software
Loading...
Searching...
No Matches
StorageSvc_AuxStore/TestDriver.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 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#include <string>
10#include <vector>
11
13
14public:
15 TestDriver(const std::string& filename, pool::DbType storage_type);
17
18 std::string testWriting();
19 void testReading(const std::string& testTypeID);
20
21 static void loadLibraries( const std::vector<std::string>& libraries );
22
23protected:
24 std::string m_fileName;
26
27};
28
29#endif
static void loadLibraries(const std::vector< std::string > &libraries)
TestDriver(const std::string &filename, pool::DbType storage_type)
std::string testWriting()
void testReading(const std::string &testTypeID)