ATLAS Offline Software
Database
APR
APRTests
StorageSvc_TransientMembers
StorageSvc_TransientMembers/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
:
13
TestDriver
();
14
~TestDriver
();
15
void
loadLibraries
(
const
std::vector<std::string>& libraries );
16
void
testWriting
();
17
void
testReading
();
18
};
19
20
#endif
TestDriver::loadLibraries
void loadLibraries(const std::vector< std::string > &libraries)
TestDriver
Definition:
StorageSvc_AuxStore/TestDriver.h:11
TestDriver::TestDriver
TestDriver()
TestDriver::testWriting
void testWriting()
TestDriver::testReading
void testReading()
TestDriver::~TestDriver
~TestDriver()
Generated on Thu Nov 7 2024 21:27:27 for ATLAS Offline Software by
1.8.18