ATLAS Offline Software
StorageSvc_MultipleIterators/TestDriver.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 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  void testWriting();
18 };
19 
20 #endif
TestDriver::loadLibraries
void loadLibraries(const std::vector< std::string > &libraries)
TestDriver
Definition: StorageSvc_AuxStore/TestDriver.h:11
TestDriver::testReadingParallelSameContainer
void testReadingParallelSameContainer()
TestDriver::TestDriver
TestDriver()
TestDriver::testWriting
void testWriting()
TestDriver::~TestDriver
~TestDriver()