ATLAS Offline Software
StorageSvc_AuxStore/TestDriver.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TESTDRIVER_H
6 #define TESTDRIVER_H
7 
8 #include <vector>
9 #include <string>
10 
11 class TestDriver {
12 public:
15  void loadLibraries( const std::vector<std::string>& libraries );
16  std::string testWriting();
17  void testReading(const std::string& testTypeID);
18 };
19 
20 #endif
TestDriver::loadLibraries
void loadLibraries(const std::vector< std::string > &libraries)
TestDriver
Definition: StorageSvc_AuxStore/TestDriver.h:11
TestDriver::testReading
void testReading(const std::string &testTypeID)
TestDriver::TestDriver
TestDriver()
TestDriver::~TestDriver
~TestDriver()
TestDriver::testWriting
std::string testWriting()