ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class TestDriver {
12public:
15 void loadLibraries( const std::vector<std::string>& libraries );
18};
19
20#endif
void testWriting()
void testReading()
void loadLibraries(const std::vector< std::string > &libraries)